graphy
graphy copied to clipboard
Graphy is the ultimate, easy to use, feature packed FPS counter, stats monitor and debugger for your Unity project.
Running on Unity 2022.3.0 with AR Foundation and URP. Graphy installed via git url in package manager. Looks related to issue #107. File `com.tayx.graphy@38d5399c46\Runtime\Advanced\G_AdvancedData.cs` Error at line 330 `IndexOutOfRangeException: Index...
Hey! So I'm using FMOD in my project and wanted to try out Graphy as well, but I also want to disable the built-in Unity audio module. I got errors...
This prevents the IndexOutOfRangeException exception #112 when Unity returns NaN for the refresh rate. It also displays the refresh rate with up to 3 decimal places so that rates like...
I added a hotkey to reset the average, 1%, and 0.1% lows. I also refactored the hotkey code to make it easier to add new hotkeys. This is a fix...
The sorted array used to calculate the 1% and 0.1% lows is generated from a histogram. This is an O(n) operation where n is the number of entries in 1%...