I am new in unity3d. I normally use PlayerPrefs to store data like scores, coins etc in my game. I am working on a game in which I need to make dynamic database which can be alter by server side.
Can I use asset bundle for it? Can anyone provide me the step by step implementation of database via asset bundle. How can I store integer , list and arrays into asset bundle ?
Is there any other options except asset bundle to make database.
Even a little help would be appreciated. Thanks in advance. :-)