void Update() { if (!window.gameObject.activeSelf) { if (list.Count > 0) { window.setActive(list[0]); list.RemoveAt(0); } } }