Awesome
About Performance Tracking
This package expose a bunch of workflows and utilities to track, monitor and help profile the general performance of Unity Editor.
The core of these monitoring utilities is in the Performance Tracker Window (available in version 2019.3):
And in the Profiling Snippet Window and API:
For more information see our documentation:
- About Performance Tracking
- Performance Tracker Window
- Performance Monitoring Actions
- Monitoring
- Profiling Snippet Window
- API
Installation
Git URL
Use the package manager:
- Click the plus icon
- Click Add package from git URL
- Enter
https://github.com/Unity-Technologies/com.unity.performance-tracking.git
Local Installation
-
Download the package. Unzip it somewhere on your disk.
-
Either embed the package itself in your project by copying the package in the Packages folder of your project.
-
Or Use the package manager:
-
Click the plus icon
-
Click Add package from disk
-
Select the package.json file in the com.unity.performance-tracking-master folder.
-
Requirements
This version of Performance Tracker is compatible with the following versions of the Unity Editor:
- 2019.4 and later for Performance Tracker Window, Monitoring Service and Performance Bug Reporting