Enabling ARCore in Vuforia

In this section, we're going to learn to enable ARCore for Vuforia; if your device supports ARCore, you will benefit from using it along with Vuforia, as the resulting app will detect flat surfaces faster and with more precision. To enable ARCore for Vuforia inside Unity, follow these steps:

  1. Download the latest version of the ARCore library from Google's repository. The global link is https://dl.google.com/dl/android/maven2/com/google/ar/core/<ARCORE_VERSION>/core-<ARCORE_VERSION>.aar.You can check the latest version available at https://github.com/google-ar/arcore-unity-sdk/releases.
At the time of writing this chapter, the current version is 1.9.0, so the link will be https://dl.google.com/dl/android/maven2/com/google/ar/core/1.9.0/core-1.9.0.aar ...

Get Enterprise Augmented Reality Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.