- Home /
Question about attaching game objects to certain bones
I have an idea in mind for a weapon system I want to make, is it possible to just attach a game object to a specific place on a rigged model? If there isn't, could I get a suggestion on alternative methods? I apologize if this has been asked previously, I searched and couldn't find an answer.
Answer by whydoidoit · Mar 03, 2014 at 04:08 AM
Yes that is possible. Normally you will create an empty game object in the rig as a "carry point" and make its parent the hand or a finger, then offset it so that it represents the middle of the palm. You can parent your weapon to this point. Bear in mind your animations may include rolling of joints that is not conducive to having a long weapon protruding from the hand, so you will need to choose carefully.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
c# destroy gameobject on 0 hp 2 Answers
why not run animation when doublication gameObject ???? 0 Answers
C# Make Child Not Animate Looped Animation 1 Answer
Animation Scripting Help #C 1 Answer