From aea99467cb43d6647fa38b42344b56c466592f25 Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Thu, 10 Dec 2020 17:57:45 +0800 Subject: [PATCH] 修改SKD相关 --- Assets/Scripts/Manager/ManagerRoot.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Manager/ManagerRoot.cs b/Assets/Scripts/Manager/ManagerRoot.cs index 5cba5ed..4fc9ff8 100644 --- a/Assets/Scripts/Manager/ManagerRoot.cs +++ b/Assets/Scripts/Manager/ManagerRoot.cs @@ -18,8 +18,8 @@ DOTween.Init(true, true, LogBehaviour.Verbose).SetCapacity(200, 10); root = new GameObject("ManagerRoot"); - if (GameConfig.useSDK) - root.AddComponent<SDKCallBack>(); + // if (GameConfig.useSDK) + // root.AddComponent<SDKCallBack>(); root.AddComponent<DoNotDestory>(); root.AddComponent<MasterSocket>(); root.AddComponent<TDAA_SDKManager>(); -- Gitblit v1.9.1