Skip to content

OculusVRModule.cs `Pose' is an ambiguous reference 9 (Unity 2017.2.0.b8) #14

Closed
@bartburkhardt

Description

@bartburkhardt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions