摘要:
为了更好的识别打印信息,这里封装了一下打印信息的工具类,虽然Unity中已经很好的识别..但是自己还是想实现新的工具类 DebugBase脚本: using System.Collections; using System.Collections.Generic; using UnityEngine 阅读全文
摘要:
第一种方式是利用Unity中的协程,代码如下: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class DemoTest : M 阅读全文