0 votes

Hello,
I'm trying Godot 4.x and I noticed that windows were no longer editable. Made some researches on Google but I only found the documentation page that doesn't say a lot about the modifications made to these nodes.
Are they ever made for internal GUI or did they got improved and so they're no longer editable? Would like to understand, since I used to create settings window with these nodes.

I'm on Arch Linux. Using AUR binary version.

Godot version 4.0.beta10
in Engine by (35 points)

For anyone else finding this from google: this happens because the Window node derives from Node instead of Control. Thus, the editor doesn't consider it UI and doesn't allow UI editing features on its children. A workaround for this is to use a regular Control node as the root and change it back to a Window when you're done. Very annoying yes, but there aren't much better alternatives as far as I'm aware.

1 Answer

0 votes

Help? Didn't find any solution until now.

by (35 points)
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.