I\'m trying to read a json file from my Assets folder. I\'ve tried numerous code examples, and all are variations on the same thing.
json
I feel like I must
In the properties of the file (Right click and properties) under Build Action have you made sure this is selected as Content? Also make sure that Copy to Output Directory is set as Copy Always. This should solve the problem for you I think.