Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

ARPlaneAnchor issue on default Branch (2017.4.2)

Discussion in 'AR' started by super77gg, May 11, 2018.

  1. super77gg

    super77gg

    Joined:
    Sep 25, 2014
    Posts:
    46
    Hey All -

    I was attempting to update our project to ARKit 1.5 today now that Cloud Build Support for Xcode 9.3 is avail. When I download the latest repo from Bitbucket and open as a new project, I'm running into an issue:

    Code (CSharp):
    1. Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARPlaneAnchor.cs(5,16): error CS0101: The namespace `UnityEngine.XR.iOS' already contains a definition for `ARPlaneAnchor'

    I was trying to track down where the definition is, but I can't seem to locate. Has anyone else run into this?

    Thanks!