- Home /
Where do JSON files go? are they read after build/installation (apk)?
I am so confused about Jsons, assetbundles, and resources.
If I want to update my game, just basic text content, where and how to I store this new content ? after build? before build ?
So far, I understand the following:
Resources folder is bad. Should not use it.
2.Json is easy and used lot to read/write files. (but I dont know where these files go AFTER build/installation of the apk?)
3.Assetbundles are good to update the game later on....they seem complicated.... if my game will not be update too much, or if the size is like just 100mb, should i just forget about assetbundles?
i am so lost....
thanks.
Your answer
Follow this Question
Related Questions
On-Demand Resource iOS/Android - AssetBundles 1 Answer
Is there an alternative to AssetBundles? 1 Answer
Assetbundle 1 Answer
Updating JSON game progress data after AssetBundle download 1 Answer
How to write a TextAsset to disk 1 Answer