美文网首页
Unity 内存分析工具

Unity 内存分析工具

作者: 灰的狼 | 来源:发表于2017-10-20 10:47 被阅读0次

    分享一个好用的内存分析工具 memoryprofiler

    https://bitbucket.org/Unity-Technologies/memoryprofiler

    怎么使用:   http://blog.csdn.net/dingd_158/article/details/51442223

    安装:https://bitbucket.org/Unity-Technologies/memoryprofiler/downloads/      下载zip包,解压后在自己要用的项目的Assets目录下新建一个文件夹,最好就叫memoryprofiler,把zip包里面的Editor目录整个拷贝的新建的文件夹下面就可以了。

    使用步骤:

    1.运行项目

    2.打开该工具 Window->MemoryProfilerWindow

    2.5. (官方说明里面讲要先开启普通的profiler,并连接上,但是我发现这部可以不用,不知道会不会对结果产生影响。原文如下:

              Open the normal profiler window.

              Connect it to the player as you would normally profile.)

    3.点击 该工具打开的窗口上的SnapShot 按钮

    4.鼠标滚轮可以调节细节

    相关文章

      网友评论

          本文标题:Unity 内存分析工具

          本文链接:https://www.haomeiwen.com/subject/nmimuxtx.html