- Current Version: 1.2.6: 2023-03-29T00:38:13Z
- First Published: 2017-06-20T20:07:22Z
- Size: 1924352
- Supported Unity Versions: 2020.3.43
UGUI Super TreeView
SuperTreeView is a Unity UI control, it can be used to implement a tree control to show hierarchical data.
Features:
- Support 3 animation effects of TreeView expanding or collapsing: Immediate, Scale and Clip.
(It can expand items immediately, or expand items by modifing speed , or modifing lasting time.)
- Support item padding .
( It's easy to change the vertical distance between each item.)
- Support item indent.
( It's easy to change the horizontal indent of each child item relative to its parent. )
- Support expanding or collapsing all items at once.
- Support expanding or collapsing the selected item.
- Support easy to add or delete item.
- Support item inserted before or after the selected item.
- Use pool to cache items and don't destroy items at runtime.
- Platform-independent and full C# source code provided.
- Easy to use and understand.
PS: If you any questions, please mail to [email protected].
Add to cart