I have a file witchwhich is created manually. In what folder should I put it so I can read it in a build.?
For example Application.dataPathApplication.dataPath in editor reads the file from the assets folder, but if I put it there, will my code find that file in a build if I search it by Application.dataPath + folder name?