Skip to content
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

Add optimization tips for mobile in Exporting to HTML5 #5843

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented May 27, 2022

@clayjohn
Copy link
Member

We should also mention the problem with importing as sRGB in iOS 13 and below Users will need to disable sRGB and "detect 3D" as per godotengine/godot#60914 (comment)

@mhilbrunner
Copy link
Member

cc @Faless just in case you have anything non-obvious to add :)

Copy link
Member

@mhilbrunner mhilbrunner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fabio seems busy, @Calinou if you add the above, I"m happy with merging as is. Looks good to me!

@Calinou
Copy link
Member Author

Calinou commented Jul 19, 2022

Fabio seems busy, @Calinou if you add the above, I"m happy with merging as is. Looks good to me!

I still need to mention the sRGB workaround for iOS < 13. Note that disabling Detect 3D will also mean that Mipmaps won"t be automatically checked anymore, so it"ll have to be explicitly enabled by the user to prevent textures from looking grainy at a distance in 3D.

@skyace65 skyace65 added the area:manual Issues and PRs related to the Manual/Tutorials section of the documentation label Jan 13, 2023
@mhilbrunner
Copy link
Member

@Calinou Friendly bump. :)

@Calinou
Copy link
Member Author

Calinou commented Jan 24, 2025

Rebased and updated for 4.3.stable. The iOS 13/15 advice is no longer relevant nowadays, so I removed it. It was most likely fixed on Godot or Apple"s side with the new Compatibility renderer in 4.0, and iOS 13 is EOL now.

#5843 (comment) should also no longer be an issue on 4.0 onwards.

@skyace65 skyace65 merged commit e8c441e into godotengine:master Jan 24, 2025
1 check passed
@skyace65
Copy link
Contributor

Thanks!

@Calinou Calinou deleted the exporting-html5-mobile branch January 24, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation cherrypick:4.3 enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants