Guten tag mine freunde. Nu vil jeg snakke Engelsk.
Waw. What a weird intro, right? Everwho.
I have on my gun an animation playing called Idle(simulates breathing). What I also have is gun sway when the player looks around the gun sways around. But when playing the Idle animation(or any other animation) along with looking around and the gun swaying the movement becomes gittery and they gun does only sway a tenth of what it usually dose.
So I guess what I am saying is is there a way to run an animation fluidly while having gun sway?
I am sorry for my poor formulation.
Using blendMode.Additive seems really good an preferable the best solution. It works really well. Although the only problem I have is it messes up the animation. But I will have to play around with it a little later and see how it turns out. Thanks you.
– LegionIsTakenMaking an ADD animation is tricky -- you have to remember that everything is a change, so the arm sway should be animated from rest pos, even if it will usually be played with the arms in front, say. If you get the "super-spinny" effect, it's because something always has to play underneath an ADD (even a 2 frame idle.) Could also look at AddMixingTransform to limit the motion to just the arms (call it once for each upper arm bone.)
– Owen-Reynolds