I have txt file which contains data for my maps in game. Problem is that file is stored in Application.persistentDataPath so I can change it even f
txt
Application.persistentDataPath
You can store this file in your Resources folder and copy it to Application.persistentDataPath at your first app launch. Or read the file from Resources at first launch and create file with the same content in Application.persistentDataPath.