Skip to content

V1.2 - Frame Counting & FPS Update

Latest
Compare
Choose a tag to compare
@kimryan0416 kimryan0416 released this 03 Aug 05:08

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.