Back to Browse

5. Unity tutorial: High score with SQLite - Adding scores

12.7K views
Aug 30, 2015
8:22

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

Download

1 formats

Video Formats

360pmp413.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

5. Unity tutorial: High score with SQLite - Adding scores | NatokHD