包含此页的版本:
不含此页的版本:
成功连接到服务器后在客户端上调用。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnConnectedToServer() { Debug.Log("Connected to server"); // Send local player name to server ... } }