Search Issue Tracker
Fixed in 2019.2
Fixed in 2018.3, 2019.1
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
- [Vulkan] Crash in Windows Standalone when Vulkan is set as rendering API and player window is out of focus
- "Can't destroy Transform component" Error is thrown when closing a scene that contains a DontSave Prefab with a Child
- [Particle System] Editor freezes when assigning a nested Particle System in the Sub Emitter Module
- Unable to switch to different material when selecting another material from Asset selector window on Particle System Material
- Inspector displaying wrong characters when using ANSI encoding and non latin characters in a Shader property
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.