How can I use SQLite Database made with android studio in Unity?
I'm creating an app using ARcore. I made unity into aar and imported to android project. At this point, the Android studio used sqlite to generate db, but when I tried to access android studio based db to Unity, they get an error. How can I solve it?
Comment