// Start is called before the first frame update void Start() { if (isServer) { UdpNetworking.initialize(serverPort); } else { UdpNetworking.initialize(clientPort); } }
// Start is called before the first frame update void Start() { UdpNetworking.initialize(listenPort); }