Timers
nl.elraccoone.timers is an OpenUPM Unity package. We may decide to execute a function not right now, but at a certain time later. That’s called “scheduling a call”. The Timers class helps you to do so with a clean and short syntax without having to worry about enumerators.
Install this package from the OpenUPM scoped registry with the instructions on this page, or use openupm-cli to update Packages/manifest.json.
Repository: https://github.com/jeffreylanters/unity-timers.
Owner: jeffreylanters.
Topics
Related Unity Packages
- Canvas Visualizer nl.elraccoone.canvas-visualizer
- Entity Component System nl.elraccoone.entity-component-system
- Nest Utilities Client nl.elraccoone.nest-utilities-client
- Promises nl.elraccoone.promises
- Request Review nl.elraccoone.request-review
- Web Sockets nl.elraccoone.web-sockets
For registry setup problems, see Unity scoped registry troubleshooting.