SQLite4Unity3d
SQLite4Unity3d copied to clipboard
update database in new apk version
Is there a way to add new content to the database in the previous version of the game that was stored in the user's phone and changes were made in its fields? How can the database be updated by retaining the previous content?
I think you must do it manually,
You can run some sql script at the beginning of the game.