How to Connection Database Sqlite how to Create Table , Select , Insert , Update , Delete , Search
How to read data from on unity Solving all error in unity for assembly reference:
1- error "The type or namespace name Data' does not exist in the namespace 'Mono'. Are you missing an assembly reference?"
2- and error "The type or namespace name MONO' does not exist in the namespace Data'.
Are you missing an assembly reference?"
- using Mono.Data.Sqlite;
- using System;
- using System.Data;
- using System.IO;
- using UnityEngine.UI;
learning how:
* SQLite Admin to create database and tables .......
* SQLite DLL to support unity .s3db extension and compile on unity for windows 32bit or 64bit.
Github example : https://shorturl.edafait.com/?ql07YiT
https://shorturl.edafait.com/?DVPjASh
