The local user attributes as JSON string. There should be one attribute string for each local user. Each attribute string should either be an empty string or a serialized JSON object. For example, {"player_color":"blue","player_role":"tank"}.
public string LocalUserJsonAttributesJSON { get; set; }
See Also
- struct MatchUser
- namespace PlayFab.Multiplayer