Search Unity

ARFoundation version dependencies

Discussion in 'AR' started by waldgeist, Oct 4, 2019.

  1. waldgeist

    waldgeist

    Joined:
    May 6, 2017
    Posts:
    388
    I have an app that used the following configuration:

    "com.unity.xr.arfoundation": "1.0.0-preview.22",
    "com.unity.xr.arcore": "1.0.0-preview.24",
    "com.unity.xr.arkit": "1.0.0-preview.23",

    I'd now like to upgrade to ARFoundation 1.5, since I need image targets. But this does not seem to work unless I also upgrade ARCore and ARKit to their most recent versions, which in effect breaks my apps due to changes in the APIs.

    Is there any documentation which versions are compatible with each other, i.e. ARFoundation 1.0 supports ARKit x.x to y.y? It's pretty confusing that these packages are standalone, but somewhat dependent on each other, without knowing the exact dependencies.