Search Unity

[SOLVED]How to install ARKit.XR with ARFoundation 3.0 ?

Discussion in 'AR/VR (XR) Discussion' started by Korolev, Oct 2, 2019.

  1. Korolev

    Korolev

    Joined:
    Sep 20, 2012
    Posts:
    22
    Unity 2019.2.6f1
    I'm trying to open the latest ar foundation examples https://github.com/Unity-Technologies/arfoundation-samples. But in ios version there is an error in using UnityEngine.XR.ARKit;

    when I try to install AR.Kit an error appears.

    If you install ARF oundation version 2.0, the examples give a bunch of errors and also do not work.
     
  2. Korolev

    Korolev

    Joined:
    Sep 20, 2012
    Posts:
    22
    i'm copy manifest.json from sample project
    "com.unity.xr.arcore": "3.0.0-preview.3",
    "com.unity.xr.arfoundation": "3.0.0-preview.3",
    "com.unity.xr.arkit": "3.0.0-preview.3",
    "com.unity.xr.arkit-face-tracking": "3.0.0-preview.3",
     
  3. linojon

    linojon

    Joined:
    Aug 25, 2014
    Posts:
    118
    In package manager, there's a See All Versions under the package, select the 3.0 preview you want from there.

    upload_2019-10-2_12-46-41.png