KybernetikGames / animancer

Documentation for the Animancer Unity Plugin.
63 stars 8 forks source link

Does animancer affect character y offset at all? #340

Closed hrachid12 closed 3 months ago

hrachid12 commented 3 months ago

This is something I've been struggling to figure out for a little while now. I've narrowed it down to either Animancer or my animations that I am using, I think. I have two models standing near each other. The one on the right is playing an idle animation using Animancer Lite. The one on the left isn't playing an animation at all. Everything else between the two is the same.

As you can see, the one playing the animation is hovering slightly above the ground. Is this normal / expected? Is it due to Animancer at all or related to my animation? Just want to note that I haven't tried with a different idle animation. I will do that and update on if it changes anything.

image image

KybernetikGames commented 3 months ago

Animations can move objects on any axis so it's most definitely coming from your animation.

Animancer itself never actually handles any of the movement, it's all processed internally by Unity.

answdl commented 3 months ago

Character Controller Skin Width:0.08 ---->changer: Radius*10%(0.02) or 0.01

Transsform Position Y ~0.08

KybernetikGames commented 3 months ago

I'm closing this issue due to lack of response, but feel free to re-open if necessary.