An open API service indexing awesome lists of open source software.

https://github.com/rizasif/sqlite-unity-plugin-example

An Example implementation of the sqlite database plugin in C# unity: https://github.com/rizasif/sqlite-unity-plugin
https://github.com/rizasif/sqlite-unity-plugin-example

android database ios sqlite unity

Last synced: 2 months ago
JSON representation

An Example implementation of the sqlite database plugin in C# unity: https://github.com/rizasif/sqlite-unity-plugin

Awesome Lists containing this project

README

        

# sqlite-unity-plugin-example
This project is a practical implementation of the [sqlite-unity-plugin](https://github.com/rizasif/sqlite-unity-plugin).
This project can be tested on Windows, Android and iOS devices.

- Check the `DbTestBehaviourScript.cs` file for usage example and run it by attaching to an empty GameObject.

- The `DataBank` folder contains scripts that provides a practical example of sqlite database.

Read this [artcle on Medium](https://medium.com/@rizasif92/sqlite-and-unity-how-to-do-it-right-31991712190) for more details.