/// <summary> /// Should be called from the main Unity thread /// </summary> public static void InitFromJSON(string json_string) { Init(SnipeObject.FromJSONString(json_string)); }