using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace QFramework.Example { public class AudioExample : MonoBehaviour { private void Awake() { var btnPlayHome = transform.Find("BtnPlayHome").GetComponent