Unity Profiler
简述:Unity自带的性能分析工具,可以分析CPU、GPU以及内存消耗,支持真机调试。
官方教程:https://docs.unity3d.com/Manual/Profiler.html
中文翻译教程:https://www.cnblogs.com/alan777/p/6115505.html
相关教程:
https://blog.csdn.net/yangyy753/article/details/47025205
https://zhuanlan.zhihu.com/p/39529241
Memory Profiler
简述:Memory Profiler是Unity官方开源用以取代Profiler里面的Memory Profiler Module的内存调试工具,拥有比Memory Profiler Module更全面详细的功能和更直观形象的界面。
官方教程: