This version of Unity is unsupported.
Method group is Obsolete

NetworkManager.OnMatchCreate

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public void OnMatchCreate(bool success, string extendedInfo, MatchInfo matchInfo);

Parameters

success Indicates if the request succeeded.
extendedInfo A text description for the error if success is false.
matchInfo The information about the newly created match.

Description

Callback that happens when a NetworkMatch.CreateMatch request has been processed on the server.