VisualProfiler-Unity
VisualProfiler-Unity copied to clipboard
Simple frame time display
In the same vein as Unreal's stat unit command a simple frame time display:

New features to aspire towards are:
- Zero per frame allocations
- No gameobjects created
- One draw call
Ideally it uses Unity's new recorder API and we can simply do text rendering by doing it in a shader