Animating Hands in VR.

Joseph Hibbs
Oct 11, 2023

--

First we need to get some animations for our VR hands, I am using the ones provided by GameDevHQ’s FileBase. So, let’s first create 2 animators 1 for left hand and 1 for right hand. Then we will add 2 States in each called Open and Closed with a trigger transition and no exit time.

Then we will apply the left hand to left hand prefab and then right with right hand prefab.

And with that we have a animation system to open and close our hands.

--

--