Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    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!