using UnityEngine; using System.Collections; using Unity.Collections; using UnityEngine.UIElements; namespace Unity.NetCode { public class NetcodeConnectionMonitor : MonoBehaviour { private Label m_ConsoleLabel; private ScrollView m_ConsoleContainer; private void OnEnable() { var root = GetComponent().rootVisualElement; m_ConsoleLabel = root.Q