Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs
@@ -62,11 +62,7 @@ protected override void Awake() { base.Awake(); //这里为了方便直接使用Endless2D GameObject root = GameObject.Find("ManagerRoot"); if (root == null) { if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer) { @@ -77,6 +73,11 @@ { GMBtn.SetActive(false); } //这里为了方便直接使用Endless2D GameObject root = GameObject.Find("ManagerRoot"); if (root == null) { root = new GameObject("ManagerRoot");