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

A proof-of-concept addon that adds features to Godot runtime debugging.Features include:- Support for 2D and 3D scenes.- In-game debug camera with editor controls.- In-game object picker, which highlights the object in the Editor.- Selecting an object in the remote scene tree highlights the object in the game.- Runtime toggling of debug visualisations, such as collision shapes and wireframes.- Optional automatic pausing of the scene when debug tooling is activated.
Runtime Debug Tools for Godot
A proof-of-concept Godot addon that attempts to improve the runtime debugging experience.
Features
- Debug Camera. A simple in game debug camera for navigating around the live scene. This somewhat mimics the in-editor camera experience.
- In-game object picker. While using the debug camera, clicking the mouse will select the object under the mouse. This will also select the object in the Godot editor remote tree inspector.
- In-game selected object highlighting. Selecting a node in the Godot Editor, or using the in-game object picker, will visually select it in the Debug Camera view with a visible widget.
- Supports both 2D and 3D scenes.
- Runtime toggling of visual debug features. The remote inspector popup menu
exposes various debug visualisation options. Including:
- Wireframe mode.
- Collision shapes.
- Redefinable hot-keys. There are hotkeys for toggling debug mode in game.
These are configurable in Project Settings, under Addons/Runtime Debug Tools.
They default to:
- F11 for 2D debugging.
- F12 for 3D debugging.
Notes
- In-game object picking works with collision meshes, and also rendered meshes. This has the benefit of being accurate and not requiring any changes to assets - but triangle picking may be slow in large/complex scenes.
- Some features, such as selecting nodes in the editor scene tree, and toggling collision meshes, rely on undocumented Godot features.
- This is just a proof of concept. The hope is that some of these features might eventually appear in core Godot as first class features.
A proof-of-concept addon that adds features to Godot runtime debugging.
Features include:
- Support for 2D and 3D scenes.
- In-game debug camera with editor controls.
- In-game object picker, which highlights the object in the Editor.
- Selecting an object in the remote scene tree highlights the object in the game.
- Runtime toggling of debug visualisations, such as collision shapes and wireframes.
- Optional automatic pausing of the scene when debug tooling is activated.
Reviews
Quick Information

A proof-of-concept addon that adds features to Godot runtime debugging.Features include:- Support for 2D and 3D scenes.- In-game debug camera with editor controls.- In-game object picker, which highlights the object in the Editor.- Selecting an object in the remote scene tree highlights the object in the game.- Runtime toggling of debug visualisations, such as collision shapes and wireframes.- Optional automatic pausing of the scene when debug tooling is activated.