microsoft / MRLightingTools-Unity

A Unity library and MRTK extension for estimating and replicating the current environment's lighting on Mixed Reality devices.
MIT License
188 stars 25 forks source link

Missing namespace in package? #2

Closed Rakesh6720 closed 5 years ago

Rakesh6720 commented 5 years ago

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 5 years ago

Modify 'Physics.Raycast' to 'UnityEngine.Physics.Raycast'.

maluoi commented 5 years ago

Should be resolved as of v0.1.2