public void UpdateDropdownOptions() { LibView.SetDropdownOptions(dropdown, CharType.GetAllChrNames()); //Ensure the default-selected option for this dropdown is mirroring the default in the matchsetup dropdown.SetValueWithoutNotify((int)NetworkMatchSetup.GetCharacterSelection(plyrselectorParent.idPlayer, idChr)); dropdown.RefreshShownValue(); }