How to make database in unity3D

Hi all

  1. How to make database in unity3D for submit high score of the game.

  2. Which database is good for submit score in unity3D.

please give me step to make a database. or some links or hints

Thanks in advance.

If you want to create an online database of scores then you will probably want to check out the server side highscores example from the Unify wiki. If you just need to store the user’s highscores locally then Unity’s PlayerPrefs class is probably what you need.