How to separate an object from another object
1) Select the object
2) Go to Edit mode
3) Press Ctrl + 3, select the faces of the object you want to separate. Optionally, you can use Ctrl + B to enter box mode, hover to cover the area of object to separate.
4) Press Ctrl + P
5) The object is now separated from the object.
Why would you need to separate the object
For hitbox separation in Unity. I am creating a dummy where I need to separate the head from the body, so I can implement the headshot mechanic in my first person shooter game.
Comments
Post a Comment