首页 > TAG信息列表 > SqliteConnection

Unity using Sqlite

I see online blogs talking about referencing sqlite3.dll,Mono.Data.Sqlite.dll,System.Data.dll,for example Setup Database (SQLite) for Unity or using some of the third-party import methods unity-3rdparty-sqlite-net or importing via third-party package mana

Unity C# SQLite4Unity 用于Android APK 使用介绍

using System.Collections; using System.Collections.Generic; using UnityEngine; using Mono.Data.Sqlite; public class Main : MonoBehaviour { string filePathName = string.Empty; // Start is called before the first frame update void Start() {