Hi,
I download a Game Object from web server using WWW and now its in a variable of GameObject class. Now I want it to save it locally so that I dont need to download next time to use in my game.
any idea to do this?
thanks in advance
Hi,
I download a Game Object from web server using WWW and now its in a variable of GameObject class. Now I want it to save it locally so that I dont need to download next time to use in my game.
any idea to do this?
thanks in advance
Use System.IO to store www.bytes to Application.persistentDataPath
Thanks
I have downloaded it, now I have .fbx file in my folder locally in a path. Now how can I load it in my game? I can not copy it in resources folder as in xcode project I cant see that folder.
any suggestion to do that?
any one?
Have you tried this method out instead?
@Daniel Actually I have to download a list of objects in local directly after in app purchase (I will copy them in Document directory of application) and then I have to use them locally, dont want to download them again and again from web.
Any suggestion?
thanks for reply