Because sqlite is so widely used in game development it would be nice if unity would create a package that is guaranteed to work in each version of unity and across all platforms. The forums are so filled with either incomplete or outdated information it’s almost impossible to get a fully working implementation. The mono.sqlite dll that is embedded in unity installations now is a good start but getting the correct sqlite dlls for it to use is way more difficult then it should be. If nothing else, can unity create a dedicated forum that we can access to get the most current and updated info on how to bring sqlite databases into our projects please.
I couldn’t agree more! After spending a few hours on this, I finally got sqlite working, but it seems like that effort should be totally unnecessary! Not only should Unity support sqlite out of the box, it should also have up-to-date, accurate information on other databases like mongoDB.