LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

NetworkServer.ListenRelay

public static void ListenRelay(string relayIp, int relayPort, Networking.Types.NetworkID netGuid, Networking.Types.SourceID sourceId, Networking.Types.NodeID nodeId);

Parameters

relayIpRelay server IP Address.
relayPortRelay server port.
netGuidGUID of the network to create.
sourceIdThis server's sourceId.
nodeIdThe node to join the network with.

Description

Starts a server using a Relay server. This is the manual way of using the Relay server, as the regular NetworkServer.Connect() will automatically use the Relay server if a match exists.