Sivasankar Gnanamani
Sivasankar Gnanamani

Reputation: 15

VUFORIA Build Support for Unity

Cannot import Vuforia SDK for Unity.

Unity Version 2019.2.6f1

Unity Hub Version 2.1.2.0

Vuforia SDK for Android Version 8.3

I'm not able to use Vuforia SDK in Unity.When i did the installation there was no downloadable file for Vuforia Android Build Support.

I went to build settings and added Vuforia Augmented Reality Support for Android, Unity just stops responding. Is there any solution or should i just prefer a older version of Unity

Upvotes: 1

Views: 1121

Answers (1)

derHugo
derHugo

Reputation: 90580

In this Unity Version you don't manually import the Vuforia SDK anymore.

It is now the Vuforia Engine AR Package and was moved to the PackageManager.

All you have to do is

  1. open WindowPackage Manager

    enter image description here

  2. Switch the filter from InProject to All Pakcages

    enter image description here

  3. Scroll down or search for Vuforia Engine AR

    enter image description here

  4. Hit Install

    enter image description here

Unity now automatically downloads and imports this package which you later can find listed under the Packages section in the ProjectView

enter image description here


Or as you probably ment simply tick the Vuforia Augmented Reality Supported* option in the PlayerSettings (which basically does the same)

enter image description here


This should be working with 2019.2.6f1 since I'm currently using it.

Upvotes: 1

Related Questions