Visual Variable Monitoring


This is a Unity PlugIn to help you track any public variable visually in realtime, as an overlay when you play.
You can directly see what impact has your interaction with a specifically tracked variable.

This is the direct link for the VVM Asset Store page.
It is free and open source.
The sources ares hosted here on github.

You can adjust how the curves are drawing in the Component of course, but also when playing using Margin GUIButtons:
Known Limitations (or future roadmap goals):
* only float or float-castable are supported (incoming Vector3 and Quaternions).
* only public fields on MonoBehavior's components are supported.