Hi !
I’m making a Unity project where I need to be able to change logos during the game without using a PC, only using the oculus.
The thing is that I can’t find a way to make a file browser window appear in the oculus the same way as on a computer.
I tried using : GitHub - yasirkula/UnityNativeFilePicker: A native Unity plugin to import/export files from/to various document providers on Android & iOS
But it shows this message:
So, here’s my question, does someone know how to browse a file inside an oculus quest 2 by using unity with the objective to replace an image inside the game ?
Or any other solutions, the only objective is to be able to modify an image in the build version of the project on the oculus without using a computer.
Thanks !
Thanks for you answer :D, I'll try your solution ASAP ! :)
– Cordon