Search Issue Tracker
Fixed in 2.4.1, 3.3.1, 4.2.1, 5.0.0
Votes
2
Found in [Package]
2.0.3
Issue ID
1262751
Regression
No
Validity exception adding XRReferencePoint to XR.ARSubsystem breaks trackingstate to None
How to reproduce:
1. Open the attached "XRRefPtRepro.zip" project
2. Open the "XRRefPtRepro" Scene
3. Build to UWP (don't forget to check the Development build and Script Debugging checkboxes)
4. Open the Visual Studio Solution file, located in the built project's directory
5. Select the target: Remote machine with Release and x86 options
6. Build and Deploy to Hololens
7. When app starts move around -> then move backwards
8. Close the App -> see the Output log
Expected result: All the trackables are correct and no Exceptions are being thrown
Actual result: "InvalidOperationException: Trackable 445AD0065803FB0A-DC9E932758067EB6 is being added but is already in the list of trackables" exception is being thrown
Reproducible with: 2019.4.6f1 (2.0.3), 2020.1.0f1(3.2.0), 2020.2.0a19(4.0.2)
Notes:
- The bug appears on Hololens 1 and Hololens 2
- Could not test on 2018.4, because Scripting errors
- Static markers have trackingState==TrackingState.Limited. Pulsing markers (growing and shrinking) have trackingState==TrackingState.None
- Reference points never have trackingState==TrackingState.Tracking
- As more markers are added (> ~3), earlier markers turn from TrackingState.Limited to TrackingState.None
- The Pose reported in Update for reference points which have trackingState==None is the right-handed equivalent of the expected Pose
- The Pose reported in Update for reference points which have trackingState==None is still changing
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Vulkan] Crash on with multiple stack traces when rendering large Terrain with specific hardware
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
Add comment