Skip to content

jmb462/GodotQuickSettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GodotQuickSettings for Godot 3.3+

Quick settings plugin for Godot. Easily access and edit your favorite project settings and editor settings directly from an editor dock without having to browse hundreds of properties in Project Settings window or Editor Settings.

image

Installation

  • Copy addons/QuickSettings into your project (final path should be res://addons/QuickSettings).

image

  • In the Godot Editor, go to Project Settings > Plugins and enable the QuickSettings plugin.

image

By default, it will create a new tab in the right editor dock. You can drag this tab to another dock if you prefer.

Usage

In QuickSettings dock, click on "Add Project Property" or "Add Editor Property"

image

A property selector popups.

image

Select the property in the tree. You can filter properties by keywords. When a property is selected, you can choose a Display Name before adding it to the dock.

After validating your choice with the + Add button or by double-clicking on a property, this property will be shown in the QuickSettings dock. You can now edit this setting directly from QuickSettings.

image

Right click on a property name will show a popup menu :

image

Copy path will copy the property path in system clipboard (eg. application/boot_splash/bg_color)

Copy value will copy the Variant value (eg. Color, Vector2, Vector3, bool, int...) and allow to paste this value on another property with the same type.

Copy value as text will convert the value as text and copy it to the system clipboard. It can be pasted as regular text. (eg. For Vector3 : (0, -1, 0)

Paste value will be enabled if you previously use the Copy value menu on a property with the same type.

Rename allows to change the display value. You can customize the name to clarify the default name. (eg. Renaming Bg Color to Splash Color)

image

Move Up and Move Down are used to reorder properties in the QuickSettings dock.

Limitations and known issue

  • Few properties need the editor to be restarted to take effect (eg. Changing editor language). The plugin can not restart the editor automaticaly. You'll be invited by a message to it manually.

image

  • Very few properties are dictonaries. This type of property can not yet be added in QuickSettings dock.

License

See License file

About

Godot Quick Settings plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published