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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
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.