- Home /
VR Highscore with database (SQLite)
Right now i creating a mini game project for my school and i need a highscore table for my game. So i was thinking can i use database and SQL such as SQLite to store the highscore data into database then i export the game to the VR Headset (Oculus Rift). Will the highscore data be inside the VR headset?
Answer by rossadamsm · Dec 09, 2019 at 10:54 AM
Oculus Rift is a PC based VR headset. All the files are stored on your desktop computer, including the executable and all other associated files.
I would highly suggest getting the asset SimpleSQL for any sqlite system you want to try create.
Your answer
Follow this Question
Related Questions
Looking for step-by-step manual how to configure SQL Lite on Unity 2017 ( or other database) 1 Answer
Unity/C# - Is it possible to connect an Azure (cloud) database, to a Unity game, via EnityFramework? 1 Answer
how to create table in GUI unity? 2 Answers
SQLite unhandler exception 1 Answer
Hiding the SQLite file 0 Answers