Closed
Description
When using Unity 2017.2.0b8 I get following error;
Assets/HTC.UnityPlugin/VRModule/Modules/OculusVRModule.cs(107,24): error CS0104: Pose' is an ambiguous reference between
HTC.UnityPlugin.PoseTracker.Pose' and `UnityEngine.Pose'
To correct I changed into PoseTracker.Pose
Then I get errer that VRSettings can't be found. I changed it into XRSettings
Then again more Pose errors, corrected again using PoseTracker.Pose
Then I get error VRDevice can't be found. I changed it into XRDevice