Forum Discussion

jaemoonc's avatar
jaemoonc
Explorer
4 years ago
Solved

removing android.permission.READ_EXTERNAL_STORAGE results in black screen on apk build

Hi! I am having issues submitting my games on App Lap. When I tried to execute my game on the quest2, it shows nothing but black screen after splash screen. (It's different than a 'three dots' pro...
  • jaemoonc's avatar
    4 years ago
    I think I have found a solution to this problem.
    I have separated my Map into multiple chunks, then loaded it in runtime sequentially, then built a (singleton)reference to the object.
    In this way, I was able to solve the problem effectively. No more black screen in shipping build!
    thank you all.