I want to load sprite on json but how ? Text are showing but not the images.
This is the JSON code to load my text data.
private void myLoadGameData() /
You should check the documentation on loading images, also try using breakpoints to see whats being fed into the function and if that path actually exists (it looks like an absolute path, and if so most likely not going to work)
I imagine if there was a problem with the JSON you would get the relevant error about it, but seems more like miss-use of the function and/or improper file path