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
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
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.