Search Issue Tracker
Active
Votes
0
Found in
6.5.0-pre.2
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment