Skip to content

shmoo419/UnityFPSCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Code to get the FPS of any Unity game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages