I solved this. Follow this workflow and you should be fine.
1 - Create a folder on your assets called "StreamingAssets"
2 - Use Application.streamingAssetsPath + "\\" + yourFileName to access the string where your file is located.
↧