myObject = JsonUtility.FromJson<MyClass>(json);. This creates a new instance of MyClass and sets the values on it using the JSON data.
確定! 回上一頁