using SC.XR.Unity; using System.Collections; using System.Collections.Generic; using UnityEngine; using static ScenesManager; public class ShowChoose : RemoteSingleton { public void Start() { // Invoke("GO",2f); } void GO() { // ScenesManager.Instance.showWindow(SceneType.ShowLogin); } }