Unreal Third Person Shooter #14 - Turn in place animations
🕑 Added 2019-09-16 15:00:07 +0000 UTCToday, I am going to implement turn in place animations for the third person shooter character. When the character is in aiming mode, i need a way to rotate or turn the character when the player try to move the aim to left or right. If the character is on the move, this is not a problem as this will be automatically taken cared by the movement blendspace. But if the character is in place, this would be a problem. Therefore, i am going to add turn in place animations.
you can download the required animations below
#CodeLikeMe #unrealengine #ue4 #TPS
Comments
Thilina Premasiri
Continue following the series. You will find answers
When the player rotates it plays the animation but the player can't move whilst it's playing, any ideas?
Thilina Premasiri
no problem
OK, sorry still watching, Thanks
Thilina Premasiri
I haven't added that part yet.