private void OnDestroy() { current = null; }
void Awake() { current = this; _dropdown = GetComponent <Dropdown>(); _dropdown.onValueChanged.AddListener(OnValueChanged); }