Search Unity

ARKit 2.0 support?

Discussion in 'AR' started by R_lapham, Sep 10, 2018.

  1. R_lapham

    R_lapham

    Joined:
    Jun 3, 2018
    Posts:
    3
    I've built for iOS without issues but am not finding some of ARKit's features supported.

    Is there clear documentation showing what is possible from ARKit/ARCore?

    Thanks!
    Richard
     
  2. todds_unity

    todds_unity

    Joined:
    Aug 1, 2018
    Posts:
    324
    Hi Richard,

    For AR Foundation, you may find the documentation here.
    https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@1.0/manual/index.html .

    At the current time, ARFoundation does not support ARKit 2.0 features. If you wish to use ARKit 2.0 features, you will need to look into the Unity ARKit plugin on Bitbucket.
    https://bitbucket.org/Unity-Technologies/unity-arkit-plugin/src/default/

    Note that there is a beta branch of this repository currently for ARKit 2.0 features.
    https://bitbucket.org/Unity-Technologies/unity-arkit-plugin/branch/arkit2.0_beta

    When Apple releases ARKit 2.0 out of beta, we will also promote this arkit2.0_beta branch to the default branch in this repository.


    Todd
     
  3. todds_unity

    todds_unity

    Joined:
    Aug 1, 2018
    Posts:
    324
  4. ccklokwerks

    ccklokwerks

    Joined:
    Oct 21, 2014
    Posts:
    62
    Does ARFoundation now support ARKit 2.0? If not, is there a schedule to add that support?