Skip to content

Repository files navigation

Unity Editor: Scene Statistics

A low footprint, Unity tool which displays the current statistics of the active scene. Initially, this tool was made so I could track a scene's raw triangle & vertex count, but found to be useful to track a scene's complexity.

  • Edit and Play mode support
  • Zero editor performance impact
  • Memory safe
  • Statistics updates using Unity's EditorApplication.hierarchyUpdate callback
  • Options for displaying inactive objects and manual analysing

Example image of Scene Statistics used in the Unity Editor v6.3.

Unity Package Manager (UPM)

  1. Using Git: Using Unity's package manager, press the '+' button, and choose 'install via git'. Use the link https://github.com/maxfleetdev/scene-stats.git for the latest stable release.
  2. Using Tarball: Similarly to the previous, download the latest .tgz file from Releases and install using the Unity package manager

How to use UPM

Releases

Contributors

Languages