I have a character performing an equip/unequip animation montage, but character is sliding when the player holds down any axis input key. I tried to disable and enable input or disable movement on movement component or reduce the speed close to 0 on the mov. component but nothing seems to work. Any ideas? Or any Ideas how to blend the anim-montages with walk/running animations, at least?
Yes, that’s exactly what you want to do…don’t stop the character movement during reloading, that will feel bad to the end user. Something like this is what you’re after…
1 Like