Hey all, trying to follow a tutorial and do a simple JSONArray, but unity does not seem to recognize that this is something that exists. No idea why. Any know why this might be happening?
JSONArray jsonArray = JSON.Parse(_jsonArray) as JSONArray;
I get a nice red squigly line with the error “The type or namespace could not be found…”
Ah I think it is there is part of the tutorial I am following that is not in the playlist that was just a side video about Jason files. Guess I’ll have to follow that one first! Thanks for setting me in the right direction.