✅ Fix path for json
Anyone ideas how I can use an relative path so others can code with me without changing the absolute path?
3 Replies
It's in the View project -> Program.cs but I want to navigate to the Reader project -> Levels -> json
it's been a while since I've used VS (I use rider), but if you right-click on the file you should be able to make it copy to output directory, then you can use a relative path
Levels\TempleOfDoom_2.json
instead of absoluteThanks mate!