- Home /
Save downloaded content when App is updated
I'm creating an App that downloads new levels as AssetBundles.
Currently, when a level is downloaded, it gets the AssetBundle from a server and downloads and caches it so that next time, the level is stored and ready to go.
When I update the App on the stores, I want to make sure the User retains all the levels they downloaded without them having to re-download them again.
I was thinking along the lines of PlayerPrefs, but not sure how this works if the App is updated.
Can anyone point me in the right direction?
Thanks
Your answer
Follow this Question
Related Questions
How does updating a game work? 0 Answers
Unity 5 Resources.LoadAsync on Android slower than iOS? 0 Answers
PlayerPrefs to store a huge binary on mobile iOS Android 1 Answer
Creating an asset bundle at runtime 1 Answer
Is PlayerPrefs still slow? 3 Answers