Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Anonymous's avatar
Anonymous
5 years ago

Quest 2 App Not Loading Obb from Path

I'm porting an app from Go to the Quest 2, it uses an .obb file and a script that loads it, like so:
AssetBundle.LoadFromFile("sdcard/Android/obb/main.15.com.BDHi.App.obb");
However, when I put the obb file in that location and try to run the app, it can't load the file, I did notice that the Quest file path is /Internal shared storage/Android/obb/ but changing it to that doesn't change anything. Do I have this path wrong, or is it something else?

Replies have been turned off for this discussion