Unity 5.4 Android OBB - Blank scene being loaded with Camera over-draw
We have a large Android game that is split into a smaller APK and a larger main expansion file (OBB). We are using Unity's default splitting mechanism for creating the OBB.
When the application is downloaded via the Google Play store, the OBB file is stored into Android/obb/{app-id}/main.{version}.{app-id}.obb.
The first scene loads, and Unity should have automatically detected and loaded the OBB. We soon load into our second scene. The second scene is blank, no sky box and the UI from the previous scene is present with camera overdraw. There are no errors being reported via LogCat. Is there some other means to ensure or check that the OBB has been loaded?
What I am sure about
Proper APK and OBB packaging (same version)
OBB has been downloaded for the current version.
Any errors in the logcat console? (no)
What I am not sure about
Has Unity detected the OBB? How do we do this?
Do we have to load the OBB ourselves like an asset bundle?
Hopefully someone can shed light on what I am missing, or what reason it would unload the current scene with an apparent missing one.
Thanks,
Answer by OR_Parga · Jun 05, 2016 at 08:25 PM
@darkForester Maybe this link can help you to test if Unity has detected the OBB
https://www.exoa.fr/tutorial-unity-4-apk-splitting-google-play-obb/
Your answer
Follow this Question
Related Questions
Android Project Split Build Troubles 0 Answers
Running Errors building on Andriod 0 Answers
Path to streamingassets obb video 0 Answers
Android Build Bug 0 Answers
Android Pie devices show flickering screen. Game works fine on lower end devices 0 Answers