#Animation

1 messages · Page 1 of 1 (latest)

summer chasm
#

Hey, so at the moment i have the basic idle, and walk animation in my game. And the thing is that when my player walks, his arms are swinging which i want when hes not holding any items, but now i need to somehow make the player hold the item which is currently equipped, for example axe, but at the same time perform the walk animation if the player is walking, how do i do that?

#

something like this

#

i already got my inventory done and the hotbar done as well

#

so when an item gets activated OnEnable() it means it has been equipped

#

so i can handle this in there

#

but how do i do it?

#

and if i was going to do it with IK how would i make my reload animation if i cant move the fingers? because the idle animation and walk animation are constantly changing the fingers rotation and position

#

there changing each bones position and rotation

#

something like this i think?

#

im not even sure

#

theres going to be a lot of items

#

and there all going to have different position where the player holds them, and their own animations like an axe would have a swing animation, and an ak a reload animation

#

i really dont want to use IK

frosty shard
#

Override layers will override only the transforms that they have keyframes for
If you're using Humanoids then avatar masking can be used also

summer chasm
#

something like this?

#

or this