How do I put an object in a puppets hand?
I'm trying to stick a candy cane in Santa's hand, but everytime I enter play mode, it falls to the ground. Both the hand and candy cane are collidable, movable and grouped together. What am I missing?
-
The object that's grouped with the hand should not be moveable, just the group should be moveable.
- Rich -
That goes for all things you want to move as a group. The contents of the group should not be moveable unless you want them to move independently. Just the group shoudl be moveable, then the contents won't move within the group.
- Rich -
Could you model the object in the puppets hand, make it invisible at the start, then when you pick it up from the floor, make the floor one invisible, and the one in the puppet creation visible?
-
Ah ok, I'll give that a try!
Please sign in to leave a comment.