public class Geometry { public Geometry(string name, Data data, Hashtable hash) { Debug.Log("解析type为Geometry的模型---开始"); GameObject gameobject = new GameObject(); gameobject.name = name; gameobject.AddComponent<MeshFilter>(); gameobject.Add
本文是Unity官方教程,性能优化系列的第四篇<Optimizing graphics rendering in Unity games>的翻译. 相关文章: Unity性能优化(1)-官方教程The Profiler window翻译 Unity性能优化(2)-官方教程Diagnosing performance problems using the Profiler window翻译 Unity性能优化(3)-官方教程Optimizing garbage collection in Uni