8. Unity tutorial: High score with SQLite – The UI



8. Unity tutorial: High score with SQLite – The UI

8. Unity tutorial: High score with SQLite - The UI

This tutorial will teach you how to create a high score in the unity game engine. The highscore works for 2D and 3D games, and is based on a SQLite database. The tutorial is made with Unity5
The high score system itself has the following features:

1. Maximum amount of scores stored in the database.
2. Maximum amount of scores shown to the player, for example a top 10.
3. Local storage, in a SQLite database
4. Scrollable list of high scores.

Click the link below to get the project files:
http://inscopestudios.com/high-score

SQLite files:
http://goo.gl/pkQIa7 64Bit download
http://goo.gl/gTQn 32Bit download

Check out my forum for tutorial requests, programming help and discussions:
http://forum.inscopestudios.com/

Like my page on facebook
http://facebook.com/inScopeStudios

Follow me on Twitter @inScopeStudios:
https://twitter.com/inScopeStudios

Comments are closed.