Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.3.X, 2019.1.X
Votes
3
Found in
2018.1.3f1
Issue ID
1047042
Regression
No
Splash background is not visible when android game is built in batchmode
Reproduction steps:
1. Download "BugReproduction.zip" project and open in Unity
2. Open Terminal
3. Write a command - [path_to_Unity] -projectPath [path_to_project] -quit -batchmode -executeMethod BuildScript.PerformBuild -nographics
4. Install the apk to a device
Expected: the background of the splash screen should be custom
Actual: the background is grey
Reproduced on: 2017.1.5f1; 2017.2.3p2; 2017.4.7f1; 2018.1.9f1; 2018.2.0f2; 2018.3.0a5
Reproduced with:
HTC 10, Android: 7.0
Xiaomi Mi 5, Android: 6.0.1
Note: works fine if build and run in the Editor
Note: it is not working when building for the first time on a project without a library folder even without the -nographics parameter
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
- Long Prefab save times when using Unity 2022.2 and higher
- Console displays error "UnityException: Creating asset at path Assets/Scenes/ .scenetemplate failed." during scene template saving
- "Development Build" watermark is shown in non-development UWP release builds
- Console errors appear when the Inspector is set to Debug and a GameObject is selected
- A script public variable value is not used when set in the Inspector window
karl_jones
Jan 17, 2019
This is caused by using the `-nographics` command. We use the GPU to generate the background texture. To prevent this bug we will be moving this to the CPU in the future.