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!