Skip to content

herghys/Unity-Custom-Dropdown

Repository files navigation

Unity Dropdown UI

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

Installation

UnityPackage

You can download the unity package from the release page

UPM Package

You can download via upm https://github.com/herghys/Unity-Custom-Dropdown.git

Usage

  1. Put the Dropdown into canvas from prefab. Prefab located in Samples
  2. Modify the settings if needed

image

  1. You need to Initialize it first by calling from another class / manager
    Initialize(Dictionary<string, IEnumerable<object>> values)
    or
    Initialize(Dictionary<string, string[]> values)
  2. Filters will appear when you select the Dropdown / typing.

Dependencies

This package required TextMeshPro Package. I'm not implementing Legacy Text.

About

Custom Search Bar UI for Unity

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages