AutoComplete Popup


Easy to use auto complete dropdown system. Can be used in property drawers, custom editors and play time! EditorGUILayout, EditorGUI, GUI or prefab code available


by Rotary Heart


★★★★★ star rating
Price History +

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.