Home

Awesome

Coordinate Database System

Description

This project utilizes SQLite to create a simple coordinate database system that allows for saving and retrieving player positions in a Unity game.

Features

Instructions

  1. Attach the DatabaseManager script to the player's GameObject.
  2. Create a SQLite database named "CoordinateDatabase.db" in the "Assets/StreamingAssets" folder.
  3. Update the dbName variable in the DatabaseManager script to match the database file name.

Controls

Known Issues

TODO

License

This project is licensed under the MIT License.