Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
/ quicktimer Public archive

Simple and easy to use unity timer.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

beef331/quicktimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityTimer

Simple and easy to use Unity timer.

How To Use

Go to the Unity Package Manager. Cick the plus in the top left. Click add from git repository. Paste https://github.com/beef331/quicktimer.git .

Then in code:

using QuickTimer;

//All that is required to make a event that waits .5 seconds;
new Timer(.5f,()=>{Debug.Log("Hey that took .5 seconds")});

//It also supports awaiting which is done similarly
await Timer.Start(.5f);

About

Simple and easy to use unity timer.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages