The UnityUtils package now features a Frame Count system. A singleton can be added to any Unity Scene that, when added, starts to count three elements of the scene:
- Frame Count: The frame number of the current frame
- FPS: The number of frames per second
- Smoothed FPS: The average between the previous frame's FPS and the current frame's FPS.
Since this is a singleton, all you need is to add one component to the scene.