Unity 3d 使用通用SQLite

1) Down load that code and open it in Unity 3.3 (will upgrade the project)
2) Change the bundle identifier and set the SDK to iOS latest
3) Delete the file Mono.Data.SqliteClient in the Assets/Plugins folder
4) Drag into Assets/Plugins folder a copy of Mono.Data.Sqlite from the Unity.app . Right click on your Unity.app in the Unity folder (show package contents) select Contents/Frameworks/Mono/lib/mono/unity/Mono.Data.Sqlite
5) Edit SQLiteTest.cs
6) Change the using Mono.Data.SqliteClient referenence to using Mono.Data.Sqlite
7) Line 18 - change Application.dataPath to Application.dataPath.Replace("/Data","")
8) Do a build
9) Open the Xcode project and do a Command -Option-A to add a reference to the SQLiteTestDB.db file
10) Note you do *not* need to add libsqlite3.0.dylib to this project. That is only required if you have Objective-C or C++ code that accesses sqlite from a plugin.

11) Do a build and run and check the console output - you will see the actors names printed from the database

 

http://forum.unity3d.com/threads/54293-SQLite-database-permission-on-iPad/page2 

 

IOS中使用注意 Mono.Data.Sqlite版本问题

posted @   Ethan_村长  阅读(2987)  评论(0编辑  收藏  举报
编辑推荐:
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
阅读排行:
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 地球OL攻略 —— 某应届生求职总结
· 提示词工程——AI应用必不可少的技术
· Open-Sora 2.0 重磅开源!
· 周边上新:园子的第一款马克杯温暖上架
点击右上角即可分享
微信分享提示