On-Screen Debugging Plugin

Just released a free On-Screen Debug Tool.

Watch Overview and Tutorial (2:14)

It’s great for seeing values as they change in real-time:
2023-03-29_OnScreenDebugSonicDemo

It’s very simple, but it’s so generic that I find myself wanting to use it across all my projects.

Unlike Print String, it doesn’t print to the log.
Whatever value you feed in shows up directly on the viewport.
When you update the value, it shows the update instantly.

Usage is very simple:
Whenever you call Set Debug Stat with the same unique Title, the stat is updated on-screen.
IconFull

Free Plugin Source:
https://github.com/sonictimm/OnScreenDebug

Hope you find it useful! :smiley: