Assets/WebXR/Scripts/WebXRCamera.cs(89,26): error CS0117: `UnityEngine.XR.InputDevices' does not contain a definition for `GetDevicesWithCharacteristics' #449
Assets/WebXR/Scripts/WebXRCamera.cs(89,26): error CS0117: 'UnityEngine.XR.InputDevices' does not contain a definition for 'GetDevicesWithCharacteristics'
Assets/WebXR/Scripts/WebXRController.cs(278,18): error CS0246: The type or namespace name 'XRInputSubsystem' could not be found. Are you missing 'UnityEngine.Experimental.XR' using directive?
Assets/WebXR/Scripts/WebXRController.cs(279,13): error CS0103: The name 'SubsystemManager' does not exist in the current context
etc...
Freshly imported copy of the project. Can't run or compile due to compiler errors. Using the proper version of Unity the project was made in.
Followed these instructions exactly: https://github.com/MozillaReality/unity-webxr-export/blob/master/docs/project-setup.md
Assets/WebXR/Scripts/WebXRCamera.cs(89,26): error CS0117: 'UnityEngine.XR.InputDevices' does not contain a definition for 'GetDevicesWithCharacteristics'
Assets/WebXR/Scripts/WebXRController.cs(278,18): error CS0246: The type or namespace name 'XRInputSubsystem' could not be found. Are you missing 'UnityEngine.Experimental.XR' using directive?
Assets/WebXR/Scripts/WebXRController.cs(279,13): error CS0103: The name 'SubsystemManager' does not exist in the current context
etc...
Freshly imported copy of the project. Can't run or compile due to compiler errors. Using the proper version of Unity the project was made in.