Hi all
How to make database locally in unity3D for submit high score of the game.
Which database is good for submit score in unity3D.
please give me step to make a database. or some links or hints
Hi all
How to make database locally in unity3D for submit high score of the game.
Which database is good for submit score in unity3D.
please give me step to make a database. or some links or hints
A really dedicated solution as local data storage for your games is Siaqodb see more info here:GitHub - morecraf/Siaqodb: Siaqodb
easy to use, very simple API
works on all platforms: PC, Mac, iOS, Android
works for all Unity3D editions(not needed Pro edition)
no SQL knowledge needed
100% managed code
small footprint
Just put a siaqodb.dll in your scripts folder and GO!, no extra configuration, no nightmares with unmanaged references