Question by
ValrikRobot · Jan 03, 2019 at 11:37 AM ·
json
gameObject from jso
so i have a basic class,
public class testClass
{
public int IntValue;
public string Title;
public GameObject go;
public int[] testArray;
}
im saving and loading Via Json. this is all good. even saves something for the game object which pleased me. but i would like to instantiate the game object but im not sure how to proceed as it outputs like this:
"go":{"instanceID":-4274}
Comment
Your answer
Follow this Question
Related Questions
JsonUtility not making JSONs 1 Answer
Armed Unity Parkour 0 Answers
Create a list of BaseType where different supertypes are contained. 0 Answers
Array not working properly 0 Answers