5711f7985b | ||
---|---|---|
Editor | ||
.gitignore | ||
Editor.meta | ||
README.md | ||
README.md.meta | ||
Unity.WorldBuilding.ProfilerSnapshot.asmdef | ||
Unity.WorldBuilding.ProfilerSnapshot.asmdef.meta | ||
package.json | ||
package.json.meta |
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 thedependencies
list
{
"dependencies": {
"com.unity.worldbuilding.profilersnapshot": "https://github.com/Unity-Technologies/profiler-snapshot-tool.git"
}
}