• Image
  • Image
  • Image
  • Current Version: 0.6.9-ari/pub: 2025-05-12T14:00:11Z
  • First Published: 2025-04-16T06:26:14Z
  • Size: 215600
  • Supported Unity Versions: 6000.0.31
tools utilities

SimpleTick

No rating !(0 Vote)
$5.50 $5.50

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:

  • Cooldowns and ability timers
  • Health regeneration ticks
  • AI pathfinding or scan intervals
  • Save autosync or cloud checks
  • Multiplayer ping/polling intervals
  • Time-based UI updates (e.g., clock, event countdown)
  • Lightweight alternative to coroutines or InvokeRepeating
  • Any situation where you want repeatable or one-off timed execution


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!