UIMenu Item
The UIMenu Item is a ScriptableObject that adds a prefab to the UIMenu. Since the UIMenu is an Editor only tool, we recommend putting the item asset files under an Editor folder (it’s not mandatory, but recommended).
Adding special tags the UIMenu will automatically add an animated minimalist preview for the UIMenu item, if a Prefab Preview has not been set.
Special Tags – simple
- button
- dropdown
- toggle
- checkbox
- switch
- radio
- inputfield
- scrollbar
- scrollview
- slider
- view
Special Tags – combos (needs to have both tags)
- layout, grid
- layout, horizontal
- layout, vertical
- layout, radial