On import of the latest 2.3 Foundation Unity package, the following errors come up:
Assets\MixedRealityToolkit.Providers\XRSDK\GenericXRSDKCameraSettings.cs(7,19): error CS0234: The type or namespace name 'SpatialTracking' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
Assets\MixedRealityToolkit.Providers\XRSDK\GenericXRSDKCameraSettings.cs(34,17): error CS0246: The type or namespace name 'TrackedPoseDriver' could not be found (are you missing a using directive or an assembly reference?)
Steps to reproduce the behavior:
@keveleigh FYI
Same errors in Unity 2020.1.0a20.2541
Opened https://github.com/microsoft/MixedRealityToolkit-Unity/pull/7180 to fix this
Should be fixed via https://github.com/microsoft/MixedRealityToolkit-Unity/pull/7180