主服务器的 IP 地址。
默认情况下,这是由 Unity Technologies 运行的服务器。
using UnityEngine;
using System.Collections;
public class ExampleClass : MonoBehaviour {
void ResetIP() {
MasterServer.ipAddress = "127.0.0.1";
MasterServer.port = 10002;
}
}