Hi guys! Basically the question is in the title: What is the best way to store game data if:
- It is levels data
- Items data
- Initial game settings
- Player profiles
- Social data cache
and
- Data should be updatable via network (new levels, new items)
- There should be some kind of pro-level editor for this database.
- There should be way to link (somehow) game resources to DB items. For example new level prefabs and item textures should be easily linked to DB fields.
- It’s mobile project (iOS/Android)
Any ideas or even maybe live examples?