This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+1 vote

When exporting for iOS, I have changed all defaults splashscreens (in ios export template /godot_ios).
However, when I run my game on iPad (iPad mini 1st gen), my splash screen is shown BUT then for a 1-2 seconds godot engine logo appears.

Don't get me wrong, I have nothing against displaying Godot's logo, but I want to understand why it appears - is it hardcoded somewhere? How can I change it?

in Engine by (56 points)

Are you sure you have set your own custom splash image in editor project settings? Scene->project settings -> application -> boot_splash

It's not the same thing that's required and used by Apple.

My boot_splash property in Project settings -> Application is empty :(

Ok so that's the problem. You didn't set splashscreen so default one is used instead. Set your own in that place. I will publish my first comment as an answer then.

Dzięki :) But when I choose custom boot splash image, its being displayed incorrect (wrong dimensions/aspect ratio).

There is not much you can do about this I'm afraid. The only option which you can use is boot_splash_fullsize on/off. Another thing you can try to do is to resize internal splash img to some weird dimensions and check how it will be rendered. (in order to achieve more appealing results) There are simply no options to control this.

1 Answer

+1 vote
Best answer

You need to set your own custom splash image in editor project settings:
Scene->project settings -> application -> boot_splash

It's not the same thing that's required and used by iOS. (in short iOS will use both of those files, one before loading godot and second image is used internally by Godot)

by (1,299 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.