using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ButtonSound : MonoBehaviour { private Button buttonComp; private SoundManager soundManager; private void Awake() { buttonComp = GetComponent