2.2.2 Temporary Fix: Black Screen On Android Awake

We have seen reports of an issue where when applications built with the Unity SDK go to sleep and re-awaken, there is a black screen.

As we work to resolve the cause of this issue, we have a temporary solution.

Open this file: Assets/LeiaLoft/Scripts/Internal/LeiaState/AbstractLeiaStateTemplate.cs

Change line 335 from:

#if UNITY_ANDROID && !UNITY_EDITOR

to:

#if false

We will have an update as soon as this issue it is resolved.

Happy Creating in 3D•AI!

2 Likes

This fix or the latest SDK causes a big 10 FPS drop for me, maybe 20-30 seconds after starting my gameplay on tablet. 60fps drops to 46/51. If I roll back the SDK or undo this fix it stays at 60fps. Thanks