profiler-snapshot-tool

Tool to make it easier to profile the editor without having the profiler window open. To use it: Tests/Profiler/Toggle Snapshot.

Stars
22
Committers
3

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"
  }
}
Related Projects