mercredi 26 août 2015

Change location of sqlite database using unity

How can I change the location of my sqlite database on unity android. My path that is currently using is :

Application.persistentDataPath + "sample.db";

I searched other forums where the path locate and it says it is on "data/data/com.mypackage.package/files/sample.db". I want it to move on "com.mypackage.package/databases/sample.db". How can I make it?

Aucun commentaire:

Enregistrer un commentaire