Missing namespace in package?
Rakesh6720 opened this issue · 2 comments
Rakesh6720 commented
Assets\MixedRealityToolkit.LightingTools\Examples\Scripts\LightPreviewController.cs(191,9): error CS0234: The type or namespace name 'Raycast' does not exist in the namespace 'Microsoft.MixedReality.Toolkit.Physics' (are you missing an assembly reference?)
Opened Unity 2018.3. Installed Windows 10 SDK 18136. Changed build settings to UWP with mixed reality as VR dev kit in XR settings. Imported MRTK package foundation. Nothing broken.
Imported Lighting Tool Kit. Received the error.
flycanflyxd commented
Modify 'Physics.Raycast' to 'UnityEngine.Physics.Raycast'.
maluoi commented
Should be resolved as of v0.1.2