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() /
To be a valid JSON, your text file content should be inside brackets, like this:
{ "questionImage":"Assets/ImagesQuiz/NoentryPlate.png" }
Please check JSON format documentation here.