Rotate Bone ?

Hi…

I use a FBX character for my game … what I want when the player run I want to rotate his chest by moving the mouse … the problem when the FBX animation play I can’t use the rotation.

I just wanna rotate one bone … how can I do it ?

1 Answer

1

This sounds exactly like the problem described (and solved, hopefully) here:

How to combine mecanim and script based bone movement/animations?

How to rotate a bone during an animation?

Let me know if this helps!

Thank you for answering my question ... I tried the code but the problem when the bone rotate the character will stop playing the animation ... I want him to rotate without stop it ...

it's work thank sooooooooooooo much , I did a mistake first time after a corrected work fine ... 100000000000000000 Thanks

You're welcome. I had to struggle myself so long with this problem that I am glad to help.