ExtendRealityLtd / Tilia.Interactions.Interactables.Unity

A variety of mechanisms for interacting between interactors and interactables in a spatial scene for the Unity software
MIT License
9 stars 3 forks source link

feat(Interactor): add ability to simulate a touch with no collision #95

Closed thestonefox closed 3 years ago

thestonefox commented 3 years ago

The new SimulateTouch and SimulateUntouch method on the InteractorFacade allow for the Interactor to effectively touch an Interactable without needing to physically collide with it in the spatial world.

The Grab() method has also been updated so it uses this SimulateTouch before grabbing so all of the correct events are triggered.

ExtendReality-Bot commented 3 years ago

:tada: This PR is included in version 1.20.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: