Hello,
I am trying to create a basic hierarchy using UI ToolKit by referring the following unity documentation.
Unity - Manual: Create list and tree views (unity3d.com)
Reference of what I am trying to create: A multi-level hierarchy for a 3D model with UI toolkit at runtime.
I was able to create a basic 2 level hierarchy, but I want the children to hold multi-level hierarchy.
I tried to change few things, but I am not able to make it a multi-level hierarchy.
Can someone suggest if this is possible by using the same codebase mentioned here Unity - Manual: Create list and tree views (unity3d.com) or do we need a major change.
Thank you.