Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

MatchInfoSnapshot.directConnectInfos

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public var directConnectInfos: List<MatchInfoDirectConnectSnapshot>;
public List<MatchInfoDirectConnectSnapshot> directConnectInfos;

Description

The collection of direct connect info classes describing direct connection information supplied to the MatchMaker.

This contains the list of direct connect infos for a match.

Direct connect infos are optional data objects describing alternate ways to connect to the specified seat. If you have set up your clients to supply this information, this list will contain the private and public addresses for each client. This is useful for allowing the clients to connect to each other directly across the Internet or a LAN. A direct connect info is not required or supplied when a seat is only accessible via Relay server.