Publisher | Rotary Heart |
---|---|
File size | 178.55kB |
Number of files | 31 |
Latest version | 3.0.6 |
Latest release date | 2024-04-04 04:30:12 |
First release date | 2018-03-15 01:04:22 |
Supported Unity versions | 2018.4.2 or higher |
Forum Link | Web Page | Wiki
Easy to use auto complete dropdown system. Can be used in property drawers, custom editors and play time! It can be used with EditorGUILayout, EditorGUI or GUI code. Play time can be fully customized using the available prefab, can also be drawn using old OnGUI function.
Contains 2 different usages
- AutoCompleteTextField
- AutoCompleteDropDown
The system was built to be used in the same way any UnityEditor field works. If using AutoCompleteTextField, it returns a string with the value selected (or empty if nothing is selected).
It contains a couple of examples showing the different scenarios where the system could be used.