Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MatchInfo

class in UnityEngine.Networking.Match

Switch to Manual

Description

Details about a UNET Matchmaker match.

This is returned from UMatch.CreateMatch() and UMatch.JoinMatch().

Variables

accessTokenThe binary access token this client uses to authenticate its session for future commands.
addressIP address of the host of the match,.
networkIdThe unique ID of this match.
nodeIdNodeID for this member client in the match.
portPort of the host of the match.
usingRelayFlag to say if the math uses a relay server.