ScreenDebugger
by nonunknown
13
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...
Plugin in action
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 Singleton Class / dict > The dictionary which holds all variables
#Make sure to use unique name for the dict["UniqueNameHere"] identification of the var
ScreenDebugger.dict["Life"] = life
Download
Version1.0
Download Now
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author