Search Unity

Where to download ARFoundation

Discussion in 'AR' started by petey, Jun 16, 2019.

  1. petey

    petey

    Joined:
    May 20, 2009
    Posts:
    1,823
    Hi there,

    I can't figure out where the best place is to download ARFoundation. Github, Bitbucket, Package manager? It doesn't seem to be on the asset store...
    I'm running iOS12 and Xcode 10 , could someone point me in the right direction?

    Thanks,
    Pete
     
  2. petey

    petey

    Joined:
    May 20, 2009
    Posts:
    1,823
    So it seems like you have to use 2019.1, Are these the packages to go for?

    Screen Shot 2019-06-16 at 10.10.35 pm.png
     
  3. tdmowrer

    tdmowrer

    Joined:
    Apr 21, 2017
    Posts:
    605
    You may use Unity 2018.4 or 2019.x, but the version of ARFoundation differs:
    Unity 2018.4 -> ARFoundation 1.5
    Unity 2019.x -> ARFoundation 2.1 (or 2.2 for ARKit 3 features)

    In that case you want the latest ARFoundation and ARKit XR Plugin 2.1.0-preview.5. 2.2 includes ARKit 3 functionality and requires Xcode 11 beta and iOS 13 beta.

    This announcement post and this section of the samples README provide more details on the above.
     
  4. petey

    petey

    Joined:
    May 20, 2009
    Posts:
    1,823
    Thanks @tdmowrer. Wow! A lot has changed since I last used it :eek:. Nice work.