Search Issue Tracker
By Design
By Design in 6.3.X
Votes
0
Found in [Package]
6.2.0
6.3.0
Issue ID
ARFB-671
Regression
No
Typo in AR Session Tracking Mode in Inspector window
Steps to reproduce:
1. Create new Unity project using VR Template
2. In Hierarchy window create AR Session GO (XR > AR Session)
3. Select AR Session GO in Hierarchy
4. In Inspector window change Tracking Mode to “Dont Care”
Actual results: Tracking Mode is written with a mistake “Dont Care”
Expected results: Tracking Mode should be written without mistakes “Don’t Care”
Reproducible with versions:6.2.0 (6000.0.61f1, 6000.2.10f1), 6.3.0 (6000.3.0b8, 6000.4.0a3)
Tested on (OS): macOS Silicon, Tahoe 26.0 (M1)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Inspector correctly displays the value of the TrackingMode enum: https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@6.3/api/UnityEngine.XR.ARFoundation.TrackingMode.html
Resolution Note (6.3.X):
Inspector correctly displays the value of the TrackingMode enum: https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@6.3/api/UnityEngine.XR.ARFoundation.TrackingMode.html