Black screen on Android build
Hi everyone, I'm currently working on a mobile game and tried my project on an Android device for the first time today. The problem I ran into is that although my UI appears correctly, the rest of my scene is solid black, on both my phone and a Samsung Galaxy tablet. I only use the standard shader for now. I also tried this same build on an Android emulator for PC (Nox) and it works there without any problem. Does anyone know what could cause this and perhaps how to fix it ? Thank you in advance !
So, guys, we solved the problem just by downgrading our Unity version.
I guess you are using Unity 2017.3, so just make sure you've made a backup of all your projects and download Unity 2017.1 again.
That should work. I hope it can help you too.
It was the new post processing on the main camera for me.
Answer by zeekoWorld · Feb 23, 2018 at 10:46 AM
Having the same issue, game loads to a black screen, audio can be heard but nothing is rendering not even a splash screen.
Answer by Blazerker · Oct 19, 2017 at 06:13 AM
I'm having a similar problem with my game. It seems to be running fine on some devices, others it renders black. Some it will run fine then just suddenly start rendering black. Same issue. UI elements are working fine, but scene cameras are rendering black. I'm using Unity 2017.2
Seems a lot of people are having the same problem :( Did you manage to solve it?
Answer by AGaming · Jan 16, 2018 at 12:53 PM
This problem exists on all Unity 2017.3 after the application has been rolled back to sleep mode and then re-deployed, the camera only renders the black screen. Although the game continues to work further.
Answer by PromiseGamesBr · Feb 18, 2018 at 06:25 PM
We're having the same problem after watching an Ad or just leaving the game. The sounds are still playing, the buttons work as usual and the AdMob banner is still showing, but, the app displays only a black screen.
So, guys, we solved the problem just by downgrading our Unity version.
I guess you are using Unity 2017.3, so just make sure you've made a backup of all your projects and download Unity 2017.1 again.
That should work. I hope it can help you too.
Your answer
Follow this Question
Related Questions
Shader works in editor but not in Android - Pass 'meta' has no vertex shader 1 Answer
LWRP lowest android version 0 Answers
Grey/Dark line between two cubes 1 Answer
Custom Shader is Pink Only Samsung 2 Answers
Failed Re pack resources Unity Android 0 Answers