Versions with this page:
Versions without this page:
为网络消息设置日志级别(默认为 Off)
有关不同日志级别的说明,请参见 NetworkLogLevel 枚举。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Start() { Network.logLevel = NetworkLogLevel.Full; } }