Main/UI/UIManager.cs
@@ -95,7 +95,7 @@
        if (root == null)
        {
            root = GameObject.Instantiate(BuiltInLoader.LoadPrefab("UIRoot"));
            root.name = "UIRoot";
            if (root == null)
            {
                Debug.LogError("无法找到UI根节点");