随笔分类 -  Unity3D

摘要:using System.Collections;using System.Collections.Generic;using UnityEngine; using System.IO;using System.Text; using UnityEditor;using UnityEditor.An 阅读全文
posted @ 2021-01-06 19:52 K1_大大 阅读(1754) 评论(0) 推荐(0)
摘要:using System.Collections;using System.Collections.Generic;using UnityEngine; using UnityEditor; /// <summary>/// 模型导入检测工具/// 参数验证,以及自动优化设置等等/// </summ 阅读全文
posted @ 2021-01-06 19:38 K1_大大 阅读(1763) 评论(0) 推荐(0)
摘要:因工作需要,对Unity项目使用的libmono.so文件进行编译,至于原因众所周知就是为了加解密代码,整个过程实施起来并不复杂,只是在一些流程上每个人操作过程可能不一样,网上的资料会给比较多的困扰。下面记录一下完整的过程,希望对大家有所帮助。 参考资料,感谢作者: https://blog.csd 阅读全文
posted @ 2020-11-11 12:36 K1_大大 阅读(1210) 评论(2) 推荐(0)