a month ago
Hey,
I'm trying to build an interaction where I can use one hand to rotate a knob. Any resource or guidance is appreciated.
Thank you
a month ago
I was facing similar problems since the Interaction Toolkit does not allow a rigidbody to be fixed to an axis. What I did was taking a dummy grabbable object and rotating it around with the pinch gesture and using its rotation value to another renderer object. Hope this helps 😊
a month ago
Hey Boysle! Makes sense, Thank you soo much!