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

Package Manager Error

Discussion in 'AR' started by eco_bach, Oct 28, 2019.

  1. eco_bach

    eco_bach

    Joined:
    Jul 8, 2013
    Posts:
    1,601
    Hi
    Trying to resolve a Package Manager Error when updating an older ARFoundation project to

    Unity 2019.2.10f1
    ARFoundation 3.0.0 - preview.4
    LWRP 6.9.0



    Here are the relevant links in my manifest that are causing the compatibility issue

    "com.unity.xr.arcore": "2.0.2",
    "com.unity.xr.arfoundation": "3.0.0-preview.4",
    "com.unity.xr.arkit": "2.0.1",
    "com.unity.xr.legacyinputhelpers": "2.0.2",

    Please see https://forum.unity.com/threads/latest-arfoundation-lwrp-versions-compatibility-stable.768170/

    Any ARFoundation experts able to suggest a solution?

    Screen Shot 2019-10-28 at 3.55.57 PM.png
     
  2. mdurand

    mdurand

    Joined:
    Aug 1, 2016
    Posts:
    45
    Hi-

    You should update the ARCore XR Plugin and ARKit XR Plugin package to version 3.0.0.preview.4 as well.

    As a rule of thumb you should update all of the preview packages if you update any one of them.

    -Mike