摘要:
可参考:http://answers.unity3d.com/questions/1213025/separating-submeshes-into-unique-meshes.html 代码如下: 1 using UnityEditor; 2 using UnityEngine; 3 using 阅读全文
摘要:
关于Burst,看下官方介绍: Burst is a compiler that you can use with Unity's job system to create code that enhances and improves your application's performance. 阅读全文