Tool to make it easier to profile the editor without having the profiler window open. To use it: Tests/Profiler/Toggle Snapshot.
Перейти к файлу
Neil Devine 5711f7985b workaround for bug that stops area from being displayed 2018-12-06 10:50:37 -05:00
Editor workaround for bug that stops area from being displayed 2018-12-06 10:50:37 -05:00
.gitignore Initial commit 2018-10-19 10:14:09 -04:00
Editor.meta Fix errors 2018-10-19 11:29:00 -04:00
README.md Update README.md 2018-10-19 10:47:18 -04:00
README.md.meta Fix errors 2018-10-19 11:29:00 -04:00
Unity.WorldBuilding.ProfilerSnapshot.asmdef Add files to project 2018-10-19 10:57:44 -04:00
Unity.WorldBuilding.ProfilerSnapshot.asmdef.meta Add files to project 2018-10-19 10:57:44 -04:00
package.json Update package.json 2018-10-22 13:33:51 -04:00
package.json.meta Add files to project 2018-10-19 10:57:44 -04:00

README.md

description

Tool to make it easier to profile the editor without having the profiler window open. Uses current profiler settings so can also be used to profile outside of the editor. To use it: Tests/Profiler/Toggle Snapshot.

install

  • Open Packages/manifest.json
  • Add "com.unity.worldbuilding.profilersnapshot":"https://github.com/Unity-Technologies/profiler-snapshot-tool.git" to the dependencies list
{
  "dependencies": {
    "com.unity.worldbuilding.profilersnapshot": "https://github.com/Unity-Technologies/profiler-snapshot-tool.git"
  }
}