Skip to content

instance-id/com.unity.performance-tracking

 
 

Repository files navigation

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):

task manager

And in the Profiling Snippet Window and API:

snippet

For more information see our documentation:

Installation

Git URL

Use the package manager:

  • Click the plus icon
  • Click Add package from git URL

install

  • Enter https://github.com/Unity-Technologies/com.unity.performance-tracking.git

Local Installation

  • Download the package. Unzip it somewhere on your disk. download

  • Either embed the package itself in your project by copying the package in the Packages folder of your project. embed

  • Or Use the package manager:

    • Click the plus icon
    • Click Add package from disk
      install
    • Select the package.json file in the com.unity.performance-tracking-master folder. install

Requirements

This version of Performance Tracker is compatible with the following versions of the Unity Editor:

  • 2018.3: for ProfilerHelpers API and Profiling Snippet Window
  • 2019.3 and later for Performance Tracker Window, Monitoring Service and Performance Bug Reporting

About

A set of tools and utilities to help track Unity Editor performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%