I would like to download a video from a URL and play it in the unity / Daydream app that I'm making for Android.
I'm not really sure where to save the downloaded video so the App can use it.
I can download the video to Android Application.persistentDataPath but it does not seem to work when I try and download the video to the StreamingAssets path.
I was under the impression that I need to read the video files from the StreamingAssets path?
thanks for any help :)