zLulus / NotePractice

My_Note 笔记练习demo
https://github.com/zLulus/My_Note
Apache License 2.0
225 stars 163 forks source link

this does not work for build #135

Closed CConchelos closed 11 months ago

CConchelos commented 1 year ago

the sqlite dll for visualscripting is limited to editor only. I could not build a small project for standalone, if you cannot build this solution cannot be used for anything you wish to ship. I love the idea though, it's too bad sqlite3 is already integrated but they restrict access.

zLulus commented 1 year ago

Yes, using sqlite in Unity is causing me a lot of headaches as well, here's some of what I have documented: https://www.cnblogs.com/Lulus/p/16459845.html. I hope this helps.