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:
![alt text][1]
[1]: /storage/temp/148078-annotation-2019-10-28-193637.png
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! :)
↧