AutoComplete Popup
Rotary Heart
$0.0
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/22(2018) |
0.0 |
11/16(2024) |
0.0 |
Jump AssetStore
Easy to use auto complete dropdown system. Can be used in property drawers, custom editors and play time! EditorGUILayout, EditorGUI, GUI or prefab code availableForum Link | Web Page | WikiEasy 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 usagesAutoCompleteTextFieldAutoCompleteDropDownThe 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.Usable for Editor drawers and editorsUsable for ingame using prefabs or OnGUITwo implementations available, DropDown and TextField