// Update is called once per frame private void Update() { if (m_selectedTrafficLightController != null) { TrafficLightController m_tlc = m_selectedTrafficLightController; InfoPanelTextBox.text = "ID: " + m_tlc.GetInstanceID().ToString() + "/n"; InfoPanelTextBox.text += "testuy"; } }