Hello, I got trouble when I’m using a hand demo of leap motion modules from the leap motion website. When I press play, I got some error messages.
Assets/Plugins/LeapMotion/Core/Scripts/Utils/RuntimeGizmoManager.cs(638,30): error CS1069: The type name 'Collider' could not be found in the namespace 'UnityEngine'. This type has been forwarded to assembly 'UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Enable the built in package 'Physics' in the Package Manager window to fix this error.
Assets/Plugins/LeapMotion/Core/Scripts/Utils/XRSupportUtil.cs(27,52): error CS1069: The type name 'XRNodeState' could not be found in the namespace 'UnityEngine.XR'. This type has been forwarded to assembly 'UnityEngine.XRModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Enable the built in package 'XR' in the Package Manager window to fix this error.
How do I fix it? Thanks~