Search Issue Tracker
Fixed in 6.6.0-pre.1
Fixed in 6.3.5, 6.4.3, 6.5.0-pre.3
Votes
0
Found in
6.5.0-pre.2
6.3.5
6.4.3
Issue ID
UUM-136565
Regression
Yes
ARAnchor.pending never resolves when adding an anchor via TryAddAnchorAsync in Editor Play Mode with XR Simulation
Reproduction steps:
1. Open the attached "IN-136314_ARAnchor_FIX1.zip" project
2. Open the “Assets/Scenes/ReproScene.unity” scene
3. Enter Play mode
4. Wait for 3 seconds
5. Observe the Console window, look at the last log
Actual result: You will see an error log with "BUG REPRODUCED" in its title
Expected result: You will see a log with "anchor.pending resolved after x frames" (x can change depending on environment)
Reproducible with: 6.3.0-pre.2, 6.5.0-pre.2 (6000.4.0a1)
Not reproducible with: 6.3.0-pre.1 (6000.4.0a1)
Reproducible environment: Windows 11
Not reproducible environment: No other environments tested
Workaround: In Editor XR Simulation, avoid relying on “ARAnchor.pending” becoming false and use a different condition such as “trackingState” or skip the pending check in Editor only logic
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Selected scenario changes when using the Save shortcut in the Configure Play Mode Scenarios window
- Unable to deselect variables in Graph Toolkit when clicking below or above the element
- "Duplicate item named ... encountered while searching the Item Library" warning persists after renaming the variables in Graph Toolkit
- Video Player preview stutters/lags when played in the Inspector preview during Play mode
- Camera frustum does not update in the Scene view when Output Texture referenced Render Texture is resized
Add comment