ExtendRealityLtd / ExtendRealityLtd/Tilia.Interactions.Interactables.Unity
If you touch something that has touch disabled on it, then that shouldn't register on the interactor
- Dominant language
- C#
- Stars
- 9
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
### Environment

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.
Contributor guide
Assessment
This issue has not been assessed yet.