Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
gavin_prior's avatar
gavin_prior
Expert Protege
2 years ago
Solved

How to create a two handed pose?

Hi All.

I can create single hand poses (such as thumb up / fist etc) and now want to create a two handed pose - so for example - Left / Right hands open and Palms Up.

I can't find any reference to this type of pose anywhere and can't figure out how to do this.  I've seen quite a few games now using two handed interaction so it must exist(!).

Many thanks for your help.

  • As always I forgot to post my solution (oops!).  In laymans terms:
     
    * Create your pose for each hand  with all required elements (except for Event Wrapper - not needed here);
    * Create a third pose (call it 'both hands') that has each hands active state group and shape recogniser added to the 'both hands' Active State Group (you just drag and drop your hand poses into here);
    * Add to 'both hand'  the Unity Event Wrapper component and run any triggers from here (e'g' When Selected() - play audio/ run a script etc).

1 Reply

Replies have been turned off for this discussion
  • As always I forgot to post my solution (oops!).  In laymans terms:
     
    * Create your pose for each hand  with all required elements (except for Event Wrapper - not needed here);
    * Create a third pose (call it 'both hands') that has each hands active state group and shape recogniser added to the 'both hands' Active State Group (you just drag and drop your hand poses into here);
    * Add to 'both hand'  the Unity Event Wrapper component and run any triggers from here (e'g' When Selected() - play audio/ run a script etc).