fix:1、替换资源。2、修复bug
This commit is contained in:
@@ -11,8 +11,8 @@ public class LoveLegendRoot : MonoBehaviour
|
||||
{
|
||||
public void Awake()
|
||||
{
|
||||
#if UNITY_EDITOR || GAME_RELEASE
|
||||
// GameObject.Find("IngameDebugConsole").SetActive(false);
|
||||
#if UNITY_EDITOR || !GAME_RELEASE
|
||||
GameObject.Find("IngameDebugConsole").SetActive(false);
|
||||
#endif
|
||||
SdkConfigMgr.Init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user