-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
Update the visibility for the custom templates for all platforms #93867
Update the visibility for the custom templates for all platforms #93867
Conversation
I think this is overall a good change. The custom templates have been the first thing on all export presets, but it's not a feature most developers use, so making it an "Advanced" setting makes sense. The main downside in my mind, is that this will probably be a surprising change, since these options have been first for so long and everyone is used to mentally skipping over them. :-) It would also be nice for Godot 4.4 to move more options to "Advanced" on all the platforms, so folks can really see the advantage of having a cleaned up export preset form, rather than just a surprising hiding of the first two fields. |
Yeah I agree with this. I think it can be valuable to have this split between basic/advanced options, but if this only affects the custom templates (which are still a fairly commonly used feature, compared to a lot of the more niche options some exporters have), users might fail to see why it's a good change. So it could be worth doing a first pass at reviewing which fields could be made "advanced" options in each exporter. |
There are a bunch of settings that are likely rarely changed, and can be in "advanced":
Currently, only privacy manifest settings for macOS/iOS are in Advacned. |
dbc5b2e
to
c45f049
Compare
@bruvzg I moved the settings you listed under |
Hide the custom template options behind the `Advanced Options` toggle
c45f049
to
2d3f696
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks! |
Hide the custom template options behind the
Advanced Options
toggle