Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Maciej92Zareba opened this issue Aug 23, 2023 · 0 comments

Comments

@Maciej92Zareba
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant