public static int port ;

Descripción

El puerto de conexión del master server.

Por defecto este es un servidor ejecutado por Unity Technologies.

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void ResetIP() { MasterServer.ipAddress = "127.0.0.1"; MasterServer.port = 10002; } }