ExtendRealityLtd / VRTK

An example of how to use the Tilia packages to create great content with VRTK v4.
https://www.vrtk.io/
MIT License
3.69k stars 993 forks source link

fix(Interactions): treat interactable as only valid active collision - fixes #2032 #2037

Closed thestonefox closed 5 years ago

thestonefox commented 5 years ago

The Interactor ActiveCollisionsContainer now has a new Validity Rule that only allows interactions to occur with anything that is a type of Interactable. This means an Interactor can collide with any other valid collider in the scene but it can only actively interact with items that pass the new Validity Rule.