create database

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

You can try link sqlite. It's a small database manager that you can embed into your applications

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