Simple Unity debug panel, for view variables realtime.
- Lean code
- Easy to add a variable to the panel
- Real time updates
using TM.Utils;
debugLog.instance.Log("Nitro", "fuel", fuel);
for onScreenDebug add onScreenDebug.prefab to your scene.
- copy it into your assets directory.
- v1.0 first commit

