Keep a file from assets after build
Hi, I'm developing an app and I'm working with a database to store some infomration. The database is already inside a sub-folder in the Assets folder. The thing is I need to get the written database after the user finished using the app. How can I retrieve this file after I have build, installed and use the app in a phone? I tried looking for it in the phones path: Android>"folder of the app">Data, but its not there. Someone suggested to use a Resources folder but I'm not sure how that works.
Your answer
Follow this Question
Related Questions
Weird Issue: Textures become transparent when running from the editor in an android platform 0 Answers
XML Loading works in PC... but not in Android 0 Answers
CommandInvokationFailure: Failed to recompile android resource files. 0 Answers
Storing or Sending data on Android VR unity game 0 Answers
Android Plugin - .aar file missing R$raw reference 0 Answers