Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a6
2019.1.0a7
Issue ID
1098530
Regression
Yes
UnityEngine.SpatialTracking.TrackedPoseDriver references are missing
How to reproduce:
1. Open the attached project
2. Open the "MyScene" scene
3. Inspect the errors in the Console window
Expected: No errors appear in the Console window
Actual: UnityEngine.SpatialTracking.TrackedPoseDriver references are missing
Reproducible with: 2019.1.0a6, 2019.1.0a11
Not reproducible with: 2017.4.17f1, 2018.1.9f2, 2018.2.19f1, 2018.3.0f1
Note: Assets\TestScript.cs(4,19): error CS0234: The type or namespace name 'SpatialTracking' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
Assets\TestScript.cs(6,27): error CS0246: The type or namespace name 'TrackedPoseDriver' could not be found (are you missing a using directive or an assembly reference?)
Comments (3)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
fgalizia
Jan 14, 2020 21:10
2019.2.15f1 appeared issue
orcinus
Mar 29, 2019 14:38
error CS0234: The type or namespace name 'SpatialTracking' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
This has reappeared in 2019.1.0b9 and is reproducible in 2019.2.0a9.