UniStats
July 11, 2025 ยท View on GitHub
A simple fps / stats monitor based on UIToolkit.

You can swap fps / memory data source.
And you can add your own modules to the stats viewer by implementing the class based on ModuleBase.
Installation
- Open the Unity Package Manager
- Click the + button
- Select "Add package from git URL..."
- Enter
https://github.com/witalosk/UniStats.git?path=Packages/com.witalosk.unistats
Usage
- Add
UniStatsprefab to your scene. - That's all!
Environment
- Unity 2021 or later.
- I have not tested the operation of earlier versions.
- Windows (DirectX)
- I have not confirmed operation outside of this environment.
Modules
- FPS Module
- Memory Module
- Allocated, Reserved, Mono
- Rendering Module
- Draw Calls, Set Pass Calls, Vertices Count
- Frame Time Module
- CPU, MainThread, GPU Frame Time
- Only works in Unity 2022 or later.
- System Info Module
- Device data