摘要:
内容 基于Unity 的MonoBehaviour 类实现的单例类 核心需求 using UnityEngine; namespace Tools { public abstract class SingletonMonoBehaviour<T> : MonoBehaviour where T : 阅读全文
摘要:
问题描述 打开项目后启动项目无法启动报错All compiler errors have to be fixed before entering playmode 原因分析: 如果你的Unity工程里任何脚本含有错误,使得Unity不能编译脚本,那么这条错误信息就会显示出来。一旦存在这条错误,你将不 阅读全文