using UnityEngine; using UnityEngine.UI; namespace ApmTest { public class StopLoadingSceneButton : MonoBehaviour { // Start is called before the first frame update public Button m_button; void Start() { Button btn = m_button.GetComponent