Skip to content

williamdsw/unity-with-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity With Database

About

Sample CRUD project of using Unity with SQLite 3.

Screenshots

Built with

  • Unity
  • C#
  • Adobe Photoshop CS6
  • SQLite 3

Running the project locally

  • Download .zip file or git clone this repo.
  • Make sure that you have version 2020.3.1f1 of Unity or more recent one.
  • Open Unity Hub and import the project.
  • Open the Table scene, and hit the play button.
  • If everything is ok, it's supposed to show the content of scoreboard table in the Scoreboard ScrollView.

Credits