Versions with this page:
Versions without this page:
Llamado en el cliente cuando usted se ha conectado con éxito a un servidor.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnConnectedToServer() { Debug.Log("Connected to server"); } }