Adjuvo / SenseGlove-Unity

The latest stable Unity SDK for the SenseGlove.
MIT License
35 stars 10 forks source link

UI Interaction in Unity #25

Open ramkikumars opened 2 years ago

ramkikumars commented 2 years ago

Does senseglove supports UI interactions in Unity? for example clicking a button, scrolling etc..

MaxLammers commented 2 years ago

Hi ramki,

I'm assuming you would want to add a world-space canvas, and raycast onto it from the hand(s). Pinching the fingers would then equate to a 'click' like in most standalone headsets.

Unfortunately, the SenseGlove Plugin does not support Unity UI interactions yet. But that is a nice feature have, and I'll be sure to add it to our backlog.

ramkikumars commented 2 years ago

Thank you😊 for replying promptly for all my queries.