18 子 2D卡牌客户端搭建 / 2D卡牌客户端搭建 会添加两次UIRoot的bug修复
1个文件已修改
2 ■■■ 已修改文件
Main/UI/UIManager.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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根节点");