plyoung / godot_editor_ui_hacks

Godot editor addon which adds new editor settings to change options related to the editor interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot Editor UI Hacks

Godot editor addon which adds new editor settings to change options related to the editor interface.

Install

Copy folder in addons to the addons folder in your Godot project's folder and then activate the plugin in project settings.

Note: it makes assumptions about node/controls locations so might not work in all Godot version. Tested in: 4.2.x, 4.3.dev5

Hide/Show parts of UI

The new options can be found by going menu: Editor > Editor Settings and scrolling down to Addons > Editor UI Hacks.

There are options to hide/show the toolbars of the Scene Tree and File System Docks. Usefull when you need some more space on a low resolution screen and do not use these toolbars.

sample

Scenes Menu

A new scenes menu popup will be added in the scenes editor tab bar, next to the "Distraction Free Mode" button to the right-hand side, when you enable it in settings. It gives a quick way to open frequently used scenes.

Use "Setup" option to point to scenes or paths containing scenes and the menu will be updated with these.

sample

About

Godot editor addon which adds new editor settings to change options related to the editor interface

License:MIT License


Languages

Language:GDScript 100.0%