void Start() { clientApp = new ClientApp(); bConnent = clientApp.Connect("127.0.0.1", 4099, "kevin"); Debug.Log(bConnent); }