ChucklesTheBeard
❔ Basic C# Getting Null Result when trying to index attribute of an object.
https://docs.unity3d.com/ScriptReference/JsonUtility.FromJson.html only says it allows fields (as in
public string ServerName;
), it doesn't mention properties (as in public string ServerName{ ... };
) so presumably they're not supported.37 replies