Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
ScreenDebugger
Show your scripts variables at run-time
Supported Engine Version
3.2
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL
Screen Debugger
This is a plugin which enables the user to show their variables in-game. You can see the variables changing on-screen instead of printing them into console...
How to use
- Enable the plugin
- Make sure the singleton is the first one in the list
- In any script at "process" function type:
var life:int = 10
_process(delta):
ScreenDebugger.dict["Life"] = life
Show your scripts variables at run-time
Reviews
Quick Information
ScreenDebugger
Show your scripts variables at run-time
Supported Engine Version
3.2
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL