HIVE-ResearchGroup / OpenXR_Varjo_Template

An Unity template using HDRP which uses OpenXR, the new Unity Input System with support of all Varjo features.
3 stars 0 forks source link

Hand grab + Controller grab issue #39

Open Xovval opened 2 years ago

Xovval commented 2 years ago

There is a small possibilty that when grabbing an object with with an Controller and trying to grab it with your hand at the same time, the object will freeze in the air (not be able to fall on the floor anymore) - yet the object can still be moved around with both the hands and the controllers.

This is because the "isKinematic" attribute is not removed correctly by one of both plugins.