suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

(Help) Jump animation #2338

Closed RafaelRBizachi closed 8 months ago

RafaelRBizachi commented 8 months ago

I changed my character from AnimatorCharacterModel to PlayableCharacterModel using the same animations, but the jump causes a small bug when landing, I tried several things including changing the jumping animations, changing the AvatarMask of the actions, adding pause time when landing, and They have the same defect (they raise their arms when landing), what could it be? I don't know if anyone has had a similar problem

https://github.com/suriyun-production/mmorpg-kit-docs/assets/106054872/2d628da3-ce44-4337-90ff-ae72aee25694

insthync commented 8 months ago

Animation Clip's Loop is turned on?

RafaelRBizachi commented 8 months ago

My God, that was the problem😅 The landing animation had the loop enabled, and I didn't notice why it didn't occur in the AnimatorCharacterModel Thank you very much for the tip and sorry to take your time with simple questions