Where to download ARFoundation

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

So it seems like you have to use 2019.1, Are these the packages to go for?

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.

Thanks @tdmowrer . Wow! A lot has changed since I last used it :hushed:. Nice work.