Unity-UI-Extensions / com.unity.uiextensions

https://unity-ui-extensions.github.io/
1.2k stars 129 forks source link

Minor enhancements on DropDown #453

Closed RobTranquillo closed 11 months ago

RobTranquillo commented 11 months ago

Unity UI Extensions - Pull Request

Overview

The content of the DropDown had to be changeable at runtime. This was not possible before. With the PR this is now possible. A reset function and a hide function were added.

Changes

add: public void ResetDropDown() add: public void HideDropDownPanel()

Breaking Changes

No serious changes, functions have been added.

Related Submodule Changes

no

Testing status

Manual testing status

It is in use on your customer project. I have tested it myself in the best possible way and my team has been using it on a daily basis for several months.

SimonDarksideJ commented 11 months ago

Thanks for the contribution @RobTranquillo !

RobTranquillo commented 11 months ago

Thank you for for the merge.