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

If you touch something that has touch disabled on it, then that shouldn't register on the interactor #170

Open Maciej92Zareba opened 1 year ago

Maciej92Zareba commented 1 year ago

Environment

obraz Unity 2022.2.13

Steps to reproduce

1) Create Interactable item with Touching disabled 2) Move Interactor in touching range of Interactable with disabled touching 3) Interactor.Internal.Interaction.Touching.ProcessActiveTouches.SetActiveTouches will register this interactable as valid.

Expected behavior

Interactor.Internal.Interaction.Touching.ProcessActiveTouches.SetActiveTouches should not register this interactable as valid.

Current behavior

Interactor.Internal.Interaction.Touching.ProcessActiveTouches.SetActiveTouches register this interactable as valid.