Black screen on android after locking and unlocking phone (Unity 2017.3)

Good afternoon, someone faced this problem. If during a running game, lock the phone and unlock it again. That phone’s screen becomes black, the cameras do not render the texture, although the sounds work perfectly. This bug is seen on all versions of Unity 2017.3.xPx

And on all my test phones Samsung and Motorola.

I fixed this by switching off Graphics Jobs (Experimental) in the PlayerSettings (which had previously worked fine).

1 Like

Thanks, it works.

Life saver, thanks for this!

Unity, for crying out loud, improve your Android testing, it’s a joke.

Hello, the issue is known, you can track it in here: Unity Issue Tracker - [Android] App does not resume graphics context after being minimized and maximized again if Graphics Jobs are enabled

Fixed in - 2018.2.0a1, 2017.3.1p2, backport is planeed for 2018.1

1 Like