-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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 export is confusing around handling of orientation (configurable both in project settings and export preset) #45422
Comments
You need to set the orientation to Portrait in the Project Settings, as landscape orientation is used by default. |
its probably worth mentioning that here: ? |
MRP project export is fixed by adding icons and LauchScreen images as described in #45421 (comment) Incorrect orientation is fixed by selecting correct orientation in |
I don't think this is specific to Mono/C# projects. Can any one confirm? |
It's not. The reason for this issue is the incorrect orientation in project and export settings. |
Should we remove the parameters from the export preset, and improve documentation? I think something similar was done for Android. |
If we can get access to |
The screen orientation has been defined as a string since Godot was open sourced. For 4.0, I think it's time to move to an enum 🙂 We'll need a different PR to fix this in the |
Godot version:
3.2.3 Mono official build.
OS/device including version:
macbook Pro running catalina 10.15,6
Issue description:
have tried with several simple projects and the .ipa isn'tcreated (see issue 45421)
but when running the xcode project produced the graphics in the start scene are displayed sideways
see screenshots:
project in editor:
same project in iphone simulator:
steps to reproduce:
expected results:
images displayed in the viewport should look as they do when running in godot
actual results:
ithe entire viewport isrotated ro
tated 90 degrees
Minimal reproduction project:
csharptest_project3.zip
The text was updated successfully, but these errors were encountered: