Skip to content

A custom Time Manager for Unity that has some neat little features.

License

Notifications You must be signed in to change notification settings

Kolyasisan/Core-Time-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Core-Time-Manager

Obsolete since Unity 2020.2 finally includes much needed Delta Time fixes

A custom Time Manager for Unity that has some neat little features.

NOTE: Requires Core Update Manager to work (https://github.com/Kolyasisan/Core-Update-Manager)

Core Time Manager is a custom Time Manager for Unity. It behaves a lot like Time class in Unity, but with new parameters. Of a primary note, there are Optimal variables (like optimalDeltaTime), which are filtered on the account of having potential Heartbeat Stutters, which can substantially help with the problem (in short, Heartbeat Stutter is a notorious hardware problem that occasionally makes the game think that the frametime wildly spikes up and down, which results in visible stutter due to deltaTime scaling while no actual frame drops occured).

Read the wiki for instructions.

This project is distributed under the Beerware License
Beer

About

A custom Time Manager for Unity that has some neat little features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages