Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs
@@ -67,7 +67,14 @@ if (root == null) { if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer) { GameConfig.useSDK = false; } root = new GameObject("ManagerRoot"); root.AddComponent<DoNotDestory>(); root.AddComponent<MasterSocket>(); root.AddComponent<TDAA_SDKManager>();