hch
8 天以前 d446816c95becec6f672ae0758101dbe925cb1fa
155 子 【武将】招募系统 未配置spine报错防范
1个文件已修改
7 ■■■■ 已修改文件
Main/System/Hero/UIHeroController.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Hero/UIHeroController.cs
@@ -53,7 +53,12 @@
        }
        if (skeletonGraphic.skeletonDataAsset == null)
        {
            this.SetActive(false);
            transform.SetActive(false);
            if (pool != null)
                pool.Release(instanceGO);
            skeletonGraphic = null;
            Destroy(instanceGO);
            Debug.LogError("未配置spine");
            return;
        }