Search Issue Tracker
In Progress
Under Consideration for 3.0.X, 3.1.X
Fix In Review for 3.2.0
Votes
0
Found in [Package]
3.0.5
3.1.1
3.2.0-pre.1
Issue ID
XRIT-250
Regression
No
"Select Exited" is not called when manually touching a GameObject that is using XRSimpleInteractable in the Player
How to reproduce:
1. Open the attached “IN-95686.zip” project
2. Build and Run the project with the “TestScene” Scene added
3. In the Player physically touch the Cube GameObject
4. Observe the Cubes color
5. Pull away your hand and observe the Cubes color
Expected result: The Cube GameObject turns back to white
Actual result: The Cube GameObject stays green after no longer touching the Cube
Reproducible with: 2.0.4 (6000.0.41f1), 2.1.2 (6000.0.41f1, 6000.1.0b9, 6000.2.0a6)
Couldn’t test with: 1.3.11 (2022.3.58f1) - “Unable to resolve reference 'Unity.PolySpatial'.” error is thrown
Reproducible on: Apple Vision Pro 2.3.1
Testing environment: macOS Sequoia 15.3 (M3 Pro)
Comments (1)
-
chris-massie
Mar 13, 2025 00:34
In the project submitted, the Pokeable Cube (XRSimpleInteractable) has a child GameObject used as the poke collider. That child GameObject Transform has a position offset that is causing the bounds to be incorrectly computed in the XR Poke Filter component. As a workaround for this issue until it is fixed in a new package version, zero out the offset on the collider's Transform. Then adjust the Poke Direction value on the XR Poke Filter to be the expected axis you want the user to poke from (e.g. X).
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Resolution Note (fix version 3.2.0):
Changed the timing of when several locomotion events and methods are called within a frame. The primary motivation of these changes is to allow the `LocomotionProvider.locomotionEnded` event to invoke after a teleport has actually been applied to the XR Origin rather than after the transformation has merely been queued but not yet applied. This restores similar timing to that event as the deprecated `LocomotionProvider.endLocomotion` when the deprecated `LocomotionSystem` was used, fixing a regression introduced with version 3.0.0-pre.1.