Watch any variable type: int, bool, string, even delegates and get notified the moment they change.
Features:
- Track variables with a single line of code
- GUI window for real-time visual feedback
- Detects changes in value (including reassigned delegates)
- Removes variables that go out of scope or become null
- Works in play mode and persists across scenes
- Minimal memory, minimal footprint
- No setup, works on first call
- Great for debugging systems, state machines, or internal logic
Use Cases:
- Debug health, timers, flags, delegates
- Monitor internal variables during runtime
- Quickly verify game logic without breakpoints
- Build tooling around runtime variable monitoring