Search Unity

UnityWebRequest to download video from web

Discussion in 'Scripting' started by viniverso, May 9, 2017.

  1. viniverso

    viniverso

    Joined:
    Sep 11, 2015
    Posts:
    20
    Hello guys, how are you?

    So, I am doing a project that need to download some videos from the server to the location of the App. I know that's possible to do with WWW.bytes and save. But, that way is blocked in Apple Store.
    Looking at the documentation to find a way to compare both ways and they are little different.

    Can someone here could explain a way to work with UnityWebRequest to download video or image?

    Thanks by now,
    Viniverso