Search Issue Tracker
In Progress
Fixed in 2022.3.10f1, 2023.1.14f1, 2023.2.0b10, 2023.3.0a2
In Progress in 2021.3.X
Under Consideration for 2024.1.X
Votes
1
Found in
2021.3.27f1
2022.3.2f1
2023.1.0b20
2023.2.0a18
2024.1.0a1
Issue ID
UUM-41488
Regression
No
[Android][Mobile] A black screen with a logo appears before the splash screen
Steps to reproduce:
1. Open the attached “1577825_BlackScreenOnLaunch” project
2. Open the “SampleScene” scene
3. Open the Build Settings window and click Add Open Scenes
4. Build And Run on the device
Expected result: Shows only the splash screen
Actual result: Black screen with a logo in the middle appears before the splash screen
Reproducible with: 2021.3.27f1, 2022.3.2f1, 2023.1.0b20, 2023.2.0a18
Testing environment: macOS Ventura 13.3.1 (Intel), Windows 10 (by user)
Reproducible with devices:
VLNQA00498 - Google Pixel 7 (Pixel 7), CPU: Google Tensor G2, GPU: Mali-G710, OS: 13
OPPO F19 Pro+, MODEL: CPH2213, OS: 13 (ColorOS 13.0) (by user)
Nokia 6.1 (by user)
Samsung M30 (by user)
iPhone 13 (iOS 15.0)
Not reproducible with devices:
VLNQA00513 - OnePlus Nord N10 5G (BE2029), CPU: Snapdragon 690 SM6350, GPU: Adreno 619, OS: 11
VLNQA00334 - Xiaomi Mi A3 (Mi A3), CPU: Snapdragon 665 SM6125, GPU: Adreno 610, OS: 11
VLNQA00526 - Samsung Galaxy A12 (SM-A125F), CPU: Mediatek MT6765 Helio P35 (12nm), GPU: PowerVR Rogue GE8320, OS: 11
VLNQA00409 - Galaxy Z Fold3 5G (SM-F926B), CPU: Snapdragon 888, GPU: Adreno 660, OS: 11
VLNQA00336 - HUAWEI Y6p (MED-LX9N), CPU: MediaTek MT6762R, GPU: PowerVR Rogue GE8320, OS: 10
-
tomc128
Sep 29, 2023 20:25
Is there any way to customise this fix behaviour? Personally, I preferred the old default behaviour, and I cannot find the described way to alter the background colour in the inspector. Would the alternative be to implement the Android 12 splash screen manually with a Kotlin file?
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
Resolution Note (fix version 2023.3.0a2):
Disabled the automatic Android 12+ native splash screen and added the option to modify the splash screen's background color using the editor inspector.