you need to write a post build player script which copies the file for you from the project folder to the deployment folder.
it will otherwise not exist at all.
also you don’t want it to be included with the unity project cause otherwise it will not exist as standalone file at all to access through file paths!
Thanks man. I’ve spent tens of hours learning and making the script for PostprocessBuildPlayer, but it still does not deploy the database and other important assets.
Please assist me in postProcessBuildPlayer. Anyone