SuperTreeView is a Unity UI control, it can be used to implement a tree control to show hierarchical data.
For more details this asset from the Unity Asset Store: Click Here
This is a paid asset, but now you can download the “UGUI Super TreeView” for FREE. Please keep in mind that this package is provided only for learning purposes or to test before buying the product, NOT FOR COMMERCIAL PURPOSES.
UGUI Super TreeView v1.2.6 (29 Mar 2023) (Latest version)
“If possible, please buy the package to support the developer”
Description
SuperTreeView is a Unity UI control, it can be used to implement a tree control to show hierarchical data.
Document
Android Demo Apk
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.