SQLite4Unity3d icon indicating copy to clipboard operation
SQLite4Unity3d copied to clipboard

update database in new apk version

Open samii00 opened this issue 5 years ago • 1 comments

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?

samii00 avatar Apr 29 '20 19:04 samii00

I think you must do it manually,

You can run some sql script at the beginning of the game.

afandiyusuf avatar May 04 '20 13:05 afandiyusuf