Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

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

Network.natFacilitatorPort

public static int natFacilitatorPort;

Description

The port of the NAT punchthrough facilitator.

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void ResetIP() { Network.natFacilitatorIP = "127.0.0.1"; Network.natFacilitatorPort = 10001; } }

Did you find this page useful? Please give it a rating: