摘要:
1.里面有用到PDF插件,如果你没有插件可以去下面链接下载: 有积分了可以直接下,没有的可以评论联系我,给你发 插件下载 2. 这是设置对象 下面上脚本 using Paroxe.PdfRenderer; using System.Collections; using System.Collecti 阅读全文
摘要:
1.方便快捷替换所有text字体 #if UNITY_EDITOR using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; using UnityEngine. 阅读全文
摘要:
第一种方法 1.首先下载一个dll文件 Interop.SpeechLib.dll 放在unity Plugins文件夹里就可以了 下面上代码 脚本挂在任意地方运行即可 using System.Collections; using System.Collections.Generic; using 阅读全文
摘要:
1.比较时间的大小 using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class Time_Size : MonoBehaviour { public 阅读全文
摘要:
效果如下 代码如下 using System.Collections; using System.Collections.Generic; using UnityEngine; /// <summary> /// 脚本挂到物体上 /// </summary> public class FeiDao_ 阅读全文