Hello,
I need to use a csv file in my project, that file is saved in the Resources folder and is loaded in the project:
textAsset = Resources.Load("settings", TextAsset);
Until I’m in the editor I have no problems to use it but if I build the project the file is not in the data folder and I can’t use it anymore (I also tryed to copy that file manually with no success), how can I use this csv also after build? Thanks