-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't allow adding Objects to the project settings #42616
Don't allow adding Objects to the project settings #42616
Conversation
This fails building and should be rebased (and tested). |
@Calinou I've tested this on latest and all seems good. |
Godot doesn't support serializing objects. This closes godotengine#33667.
7ebea3d
to
7b84f4f
Compare
Rebased and tested, it works fine to the extent I can test it. (I still can't select options in dropdown menus due to a DisplayServer regression.) |
The IOS build failure doesn't look like it has anything to do with your change. Guessing the procedure in this situation is to just restart the build and hope the build machine doesn't trip over again? |
Thanks! |
Cherry-picked for 3.2.4. |
Godot doesn't support serializing objects.
Note: I haven't tested this since I can't open the Project Settings in the current
master
branch due to a DisplayServer bug (even in single window mode).This closes #33667.