UnityGLTF
UnityGLTF copied to clipboard
Can't load on android 9 device.
I put my .glb files on http server, and download on android's Application.persistentPath. the file can download and store successfully, but when l use GLTFComponent.load to load the glb file, but it doesn't show anything. I have testted it successfully in unity editor. I also switch to other plugins, GLTFUtility and glFast, it occur the same proplem. So, if any one can help me, I'll be very appreciae.
Seems the Application.persistentPath in Android is not pointing to the file, please check it in development apk with console log
@wangyanmeego I have the same Problem. Are you found the solution?. Please help me.. Thanks.
@wangyanmeego I have the same problem, is these a way to processing? Please share with me, thanks.
Do you have some code samples?