Dear all,
i’m starting learning Unity3D . And i try to implement some 3D Model Viewer on Unity3D (Read from I/O Stream) and create mesh to game object .
And i want to know how to show hierarchy of game object on Game.
Thanks for all support
Dear all,
i’m starting learning Unity3D . And i try to implement some 3D Model Viewer on Unity3D (Read from I/O Stream) and create mesh to game object .
And i want to know how to show hierarchy of game object on Game.
Thanks for all support
i want to know about that too…
thanks…
You would have to iterate over all the gameobjects and build up a structure of the hiraki, then you have to recreate as a visual tree structure to display it to the user. not a easy task for sure.
thanks for your explanation…