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

Android splash screen followed by gray wave transition into Godot splash screen #96314

Open
sabslikesobs opened this issue Aug 30, 2024 · 1 comment

Comments

@sabslikesobs
Copy link
Contributor

Tested versions

4.3.stable.official on Windows; Godot app 4.3 on Android
Only one Android phone tested, though.

System information

Windows 10 - Godot 4.3; Android Pixel 7a, all launchers

Issue description

Somewhat related to #92965, when a Godot-built APK launches, the android splash screen always plays a swipe cut transition from the top of the screen into the Godot game splash screen. The swipe cut resembles a gray wave. On my app, I discovered this because I wanted to launch into a pure white screen that matches my game's start screen. In my case:

  1. I updated AndroidManifest.xml to make the windowSplashScreenBackground white
  2. I set my game to start at a white screen
  3. I set Godot's splash screen to just the color white

So I expected the app to launch all white, and then the first time I'd see any change was after my game had started. However, there's a very ugly gray, cut-off transition after the white splash screen from Android's launcher, which makes my cool app feel crappy and lame.

You can see this in the Godot 4.3 app as well, when the app launches, which should show that it probably affects all Godot-built Android apps.

Steps to reproduce

  1. Open the official Godot 4.3 app
  2. Observe the brief swooshing wave color
  3. Close the app from Recent Apps to force a cold relaunch

Minimal reproduction project (MRP)

I don't have an MRP. Look at the official Godot app.

@orah29
Copy link

orah29 commented Oct 1, 2024

Hello,
Could you tell me how you update AndroidManifest.xml to make the windowSplashScreenBackground white ?
Thanks, Ronan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants