Skip to content

Instantly share code, notes, and snippets.

View oscardelgado02's full-sized avatar
👋

Óscar Delgado oscardelgado02

👋
View GitHub Profile
@oscardelgado02
oscardelgado02 / TimeUpdate.cs
Last active April 15, 2024 15:11
Unity Script to create and manage multiple timers.
/**
* An script that can be used on Unity to manage multiple timers in an efficient way.
*
* How to use:
* - Attach the script into a GameObject on your Unity scene.
* - To use the timers, just use "Timers.Instance.{input}", where {input} is any method from the Timers class.
* - You have an example of some of the instructions that can be used on the "TimeUpdateExamples.cs" file.
*
* Scripted by https://github.com/oscardelgado02
*