You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NearInteractionTouchableVolume stops working in certain situations and set-ups. This is when the volume is touched and the hand is moved into a certain position, so that the PokePointer ray is hitting a different collider in the scene due to its massive range.
Below you can see the bug reproduced in the HandInteractionTouchablesExample scene. The bug change increases with the amount and size of colliders in the scene:
Unity_W5RubqpY32.mp4
To reproduce
Steps to reproduce the behavior:
Open HandInteractionTouchablesExample scene.
Move and look sideways on the object setup, as shown in the video above.
Now move your hand and touch the center object. It should start spinning.
While still touching the center object, move you hand, so that the ray from the center object, through your finger tip will hit one of the other two objects. The center object stops spinning.
Expected behavior
NearInteractionTouchableVolume works regardless of scene and unrelated collider set-ups. Especially a scene setup, where the NearInteractionTouchableVolume is enclosed by other colliders.
Describe the bug
NearInteractionTouchableVolumestops working in certain situations and set-ups. This is when the volume is touched and the hand is moved into a certain position, so that the PokePointer ray is hitting a different collider in the scene due to its massive range.Below you can see the bug reproduced in the
HandInteractionTouchablesExamplescene. The bug change increases with the amount and size of colliders in the scene:Unity_W5RubqpY32.mp4
To reproduce
Steps to reproduce the behavior:
HandInteractionTouchablesExamplescene.Expected behavior
NearInteractionTouchableVolumeworks regardless of scene and unrelated collider set-ups. Especially a scene setup, where theNearInteractionTouchableVolumeis enclosed by other colliders.Your setup
Target platform (please complete the following information)
PokePointersupport.Additional context
I do have a fix in the workings, that I'll PR once I have finished some additional tests.