Question by
stenlik121 · Oct 28, 2019 at 05:42 PM ·
androidfileswebrequest
Can't get UnityWebRequest to work on android
So I'm making an app that has a feature where the users can add their own image and model. I read that I should use UnityWebRequest to get the image with a URL like "file:///storage//emulated//...". But it just gives a 404 not found error. Here is my code:
I would be very thankful if anyone know how can I fix this. I don't know if I should be using something other than UnityWebRequest but that's I found is most used on Android. Thanks! :)
annotation-2019-10-28-193637.png
(63.4 kB)
Comment