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 simple Dock editor for creating and managing viewport guide lines.
Guideline Manager
A simple Dock editor for creating and managing viewport guide lines in Godot.
Compatible with Godot 4.3+ — tested on 4.6.x
INSTALLATION
- Copy the "guideline_manager" folder into "addons" in your project.
- Go to Project > Project Settings > Plugins.
- Activate "Guide Manager".
- Appears as a "Guide Manager" tab in the editor's bottom panel
(next to Output, Debugger, Animation, etc.).
- Expandable with Shift+F12 like any native bottom dock.
LANGUAGE
The plugin automatically detects the editor's language:
If the editor is in Spanish (es, es_ES, etc.), it displays the UI in Spanish.
Any other language displays the UI in English.
Configure in Editor > Editor Settings > Interface > Editor > Editor Language.
USAGE
- GUIDE LIST (left column) Displays all guides in the active scene with the prefix [H] or [V], name (if any), and pixel position.
When changing scenes or opening a new one, click Reload in Guideline Manager to view the guides for the current scene.
(Currently, Guideline Manager does not automatically update when changing scenes.)
- CREATE GUIDE (right column, top section)
Enter an optional name.
Enter the position in pixels, or use "Center Position" to automatically calculate the viewport center based on the chosen axis (this does not create the guide, it only fills the position field).
Select Horizontal or Vertical.
Enable "Save Scene on Creation" if you want it to be saved automatically.
Press "Create Guide".
- CREATE CENTERED GUIDES
The "Create Guides Centered to Viewport" button creates a horizontal guide and a vertical guide at the exact center of the viewport. It is automatically hidden if both centered guides already exist.
- EDIT GUIDE
Select a guide from the list.
Modify the name and/or position in the lower right section.
Press "Apply Changes".
- DELETE GUIDE
Select a guide from the list.
Press "Delete Selected Guide".
- UNDO / REDO
All operations (create, edit, delete) are compatible with the Godot editor's Ctrl+Z / Ctrl+Y keys.
TECHNICAL NOTES
- Names are stored in the root node's metadata:
_edit_guide_names_ - Guides use the same native Godot metadata:
_edit_horizontal_guides_ / _edit_vertical_guides_
A simple Dock editor for creating and managing viewport guide lines.
Reviews
Quick Information
A simple Dock editor for creating and managing viewport guide lines.