![FPS Counter and Graph](https://assetstorev1-prd-cdn.unity3d.com/key-image/87c3f7e7-f50d-4955-bf32-9b61145ea02e.jpg)
FPS Counter and Graph is a frame counter that saves the time of each frame for a specified period of time and calculates the average fps, minimum and maximum fps from the obtained values.
This counter also displays a graph of the average value, and can record the values of the minimum, average and maximum FPS in a csv file, for further analysis.
Features:
- Counter minimum, average and maximum FPS.
- Graph of the average value of FPS.
- Log file (csv) for minimum, average and maximum FPS.
- You can use FPS counter as a class by calling it from anywhere else.
- One script.
- Good performance.
Full instructions - nvjob.github.io/unity/nvjob-fps-counter-and-graph
Demo scene may not display correctly in SRP (HDRP, URP).