This project was originally made for work but decided to make it as an external Extension. Custom dropdown that supports parent with childs option data and search function
You can download the unity package from the release page
You can download via upm https://github.com/herghys/Unity-Custom-Dropdown.git
- Put the Dropdown into canvas from prefab. Prefab located in Samples
- Modify the settings if needed
- You need to Initialize it first by calling from another class / manager
or
Initialize(Dictionary<string, IEnumerable<object>> values)
Initialize(Dictionary<string, string[]> values)
- Filters will appear when you select the Dropdown / typing.
This package required TextMeshPro Package. I'm not implementing Legacy Text.
