-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
[iOS] Remove deprecated LaunchImages support and switch to Storyboard by default. #86312
Conversation
Note: storyboards are supported in iOS 8 (and later), so there's no need to keep LaunchImages for compatibility. |
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.
This makes sense on my end (although I don't have a device to test this). Code looks good to me at a glance.
Thanks! |
LaunchImages are deprecated, and Storyboard is supported on all currently supported iOS versions, so this should be the default. LaunchImages support was removed in 4.3 with godotengine#86312.
LaunchImages are deprecated, and Storyboard is supported on all currently supported iOS versions, so this should be the default. LaunchImages support was removed in 4.3 with godotengine#86312. (cherry picked from commit 91c5d1e)
Hello everyone, Does this issue is fixed in Godot 4.3 beta 3 ? I'm trying my first iOS exports and my game isn't fullscreen/scaled properly. |
LaunchImages are deprecated, and Storyboard is supported on all currently supported iOS versions, so this should be the default. LaunchImages support was removed in 4.3 with godotengine#86312.
Seems like use of deprecated LaunchImages is causing app to be unable to use native resolution and iPhone 6+ type UI scaling is applied.
Fixes #82730