Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Guideline Manager

An asset by Repechul
The page banner background of a mountain and forest
Guideline Manager hero image

Quick Information

0 ratings
Guideline Manager icon image
Repechul
Guideline Manager

A simple Dock editor for creating and managing viewport guide lines.

Supported Engine Version
4.6
Version String
0.1
License Version
MIT
Support Level
community
Modified Date
1 day ago
Git URL
Issue URL

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

  1. Copy the "guideline_manager" folder into "addons" in your project.
  2. Go to Project > Project Settings > Plugins.
  3. Activate "Guide Manager".
  4. Appears as a "Guide Manager" tab in the editor's bottom panel

(next to Output, Debugger, Animation, etc.).

  1. 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)
  1. Enter an optional name.

  2. 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).

  3. Select Horizontal or Vertical.

  4. Enable "Save Scene on Creation" if you want it to be saved automatically.

  5. 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
  1. Select a guide from the list.

  2. Modify the name and/or position in the lower right section.

  3. Press "Apply Changes".

  • DELETE GUIDE
  1. Select a guide from the list.

  2. 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

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
Guideline Manager icon image
Repechul
Guideline Manager

A simple Dock editor for creating and managing viewport guide lines.

Supported Engine Version
4.6
Version String
0.1
License Version
MIT
Support Level
community
Modified Date
1 day 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