0 votes

Figure you click a node, and you want to hide this section (look at the image) from the inspector, only leaving the Node2D variables to manipulate. Would it be possible? Do someone know if it is possible in Godot 4?

enter image description here

I know some people have tried to do it in Godot 3.5 and also in Godot 4 through scripting. I saw this thread https://godotengine.org/qa/132326/dynamically-properties-inspector-overriding-_get_property_list but I haven't been able to achieve it yet.

I like to have a visually-pleasing environment, hiding things that I'm not using and wont use, that's why I'd rather hide it to make it look more minimalistic.

Godot version 4.0.0
in Engine by (18 points)

1 Answer

+1 vote

The closest thing you can achieve is to create new Editor Features Profile. To do this, you need to click at top menu in Godot (where Scene/Projects/Debug are located) next Buttons: Editor -> Manage Editor Features... There you have to create new profile and then you can turn off features you don't want one by one. Once you do this, unchecked features will be hidden and if there are no items left in group, then group itself will be hidden too. Note that categories (CanvasItem and Node in your case) will stay anyway, no matter if they have items or not, but they will be empty.

by (1,650 points)

Thank you very much!

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.