I would like to use the Runtime OBJ Importer (Runtime OBJ Importer | Modeling | Unity Asset Store) asset to load some models runtime. I am developing an app for the MetaQuest 2. The build of the apk work correctly, but the model is not loaded when playing the apk.
Do you have any solution?
Thank you
I’m loading OBJ from web, and I’m using the repository provided in the Samples script. When playing in editor mode it works, but in the APK it does not.
I checked the device log and i found that the problem is in the Load(Stream input) function, in the highlighted lines, like the Build() returns “ArgumentNullException: Value cannot be null.”