Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 369 Bytes

File metadata and controls

11 lines (8 loc) · 369 Bytes

UnityFPSCounter

@hackedbyshmoo

Code to get the FPS of any Unity game.

Instructions to get the deltaTime and time functions:

get_deltaTime(): In strings window, search for UnityEngine.Time::get_deltaTime(). The first xref is the function you need.

get_time(): In strings window, search for UnityEngine.Time::get_time(). The first xref is the function you need.