ScreenDebugger

An asset by nonunknown
The page banner background of a mountain and forest
ScreenDebugger thumbnail image
ScreenDebugger thumbnail image
ScreenDebugger hero image

Quick Information

0 ratings
ScreenDebugger icon image
nonunknown
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

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
ScreenDebugger icon image
nonunknown
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

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers