Schedule game logic with a single line. No Update, no boilerplate, no GC.
Write less update code. No coroutines. No InvokeRepeating.
Simple[Tick] is a zero-GC tick scheduler for Unity that lets you run methods at set intervals with clean [Tick] attributes or dynamic OnTick.Schedule() (or ScheduleNoAlloc for no GC) calls... No boilerplate, no coroutine mess, no garbage.
Perfect for cooldowns, periodic logic, and background tasks, Simple[Tick] supports both scaled time (paused with the game) and unscaled time (real-time). Whether you're ticking a UI clock, polling a server, or regenerating health, this system has you covered!
Just drop it in and go. One component handles everything. No reflection, no magic. Just clean, fast execution.
This system is useful for: