Overview

Most of the widgets can be used without knowledge of the Unity UI, but some of them require a basic understanding of the Unity UI.

Collections

Collections for your custom types can be created by Widgets Generator.

TileView, Table, TreeGraph does not have default implementation like ListView because of no standard for those widgets, so they should be created by Widgets Generator.

Containers

  • Accordion

  • Tabs

    Tabs buttons displayed on the top side.

  • TabsLeft

    Tabs buttons displayed on the left side.

  • TabsIcons

    Tabs buttons with an icon and buttons displayed on the top side.

  • TabsIconsLeft

    Tabs buttons with an icon and displayed on the left side.

Controls

Dialogs

Input

Misc

* not available on platforms with restricted access to file system (like WebGL and UWP).