
Downloading the Vuforia Unity package
From the Downloads SDK tab, choose the link to Download for Unity and agree to the software license. This will begin the download of the Unity package, named something like vuforia-unity-x-x-x.unitypackage. The Downloads page for Vuforia 6.2 is shown in the following screenshot:

Other toolkits are also available for native development on platforms, including Android, iOS, and UWP. You do not need to download these.
Once downloaded, you should copy it into a memorable place outside your current Unity project. We're going to import it now, but you might want to import it again into other projects as well.
Next, while on the Downloads page, click the Samples tab and download the Core Features samples using its Download for Unity link. This will begin the download of a .zip file, named something like vuforia-samples-core-unity-x-x-x.zip. This file contains additional component scripts and other useful files, including a bunch of sample targets that we may use in various projects in this book. Unzip and copy the files into a memorable place outside your current Unity projects for later use. It should include two more Unity project files: imageTargets-x-x-x.unitypackage and VuforiaSamples-x-x-x.unitypackage.