Create a child object from a 3D imported model
Hello,
I have a 3D model I imported into unity but it all came as one Game Object in the hierarchy, is there a way splitting the Mesh into child objects so I could for example color only small rectangle on that object?
Answer by PGCW · Aug 23, 2017 at 12:21 PM
Hi shan360,
It depends on how your 3D model was created. If you want the various moving parts of your model to be organized in a hierarchy of parents and children, you have to create it that way in your favorite 3D modeling software. if it is a model you obtained from the Internet, you have to edit it in a 3D model editor such as Maya or Blender to split the geometry in several sub parts and tie them back together hierarchically.
Hope it helps,
PGCW
Your answer
Follow this Question
Related Questions
Texture position on multiple mesh 0 Answers
How to make mesh render objects overlay UI? 1 Answer
Rotate a point around a mesh vertex 1 Answer
Can't Figure Out How To Make A Line Tracking System 0 Answers
Give Clones a Tag or Function 1 Answer