Creating My First AR Using Unity & Vuforia
Creating My First AR Using Unity & Vuforia
2. Sign into your Unity ID. If you don’t have, create one.
3. To go to Unity Asset Store, click on this icon then select Asset Store.
4. You will see the Asset Store open in another window like thi s.
5. You can search for 3D object sort by price like this. You can also search for anything using the search
function at the top of the screen.
6. Let’s get back to Unity and start creating New Project
7. Set your Project Name. By default, the project folder is located in your Documents.
8. Unity interface look like this
20. Inspector Vuforia Configuration App License Key Click button ‘Add License’
21. You will be redirected to Vuforia website. Log in to your Vuforia account. Click on ‘Get Development Key’
22. Create License Name. Check the Term and Condition Checkbox. Click ‘Confirm’
23. Your new license key is listed in License Manager. Now click on the name of your license key.
26. In Hierarchy: SampleScene, select ImageTarget. Look at Inspector --> Click ‘Add Target’ to make new
Image Target Database
27. You will be redirected back to Vuforia. Click “Add Database”
28. Give name to your new Database. Select ‘Device’ for the Type options. Click ‘Create’.
29. Your database is now created in Target Manager. Then click on the database name.
30. Click ‘Add Target’
31. Select ‘Single Image’ type. Then ‘Browse’ your image target to be uploaded in the database. Set the
width of your target. Name your target (no spacing). Then click button ‘Add’.
32. Your image will be upload to the database. Wait for a while for Processing Status to Active. The best
target is high rating image.
37. Now import Image Target on Unity Program. Go to Asset --> Import Package.
38. In Import package dialog box, select the Unity Package you just download. Then click ‘Open’.
41. Now we are going to add 3D model onto the ImageTarget. Go to Unity Asset Store, search and “Add to
My Asset” any 3D object that you want to use.
42. Then go to your account and choose ‘My Assets’.
43. Then choose ‘Open in Unity’ to show the 3D model in Unity to be downloaded.
46. Click ‘Import’ button in the ’Import Unity Package’ dialog box.
49. If the 3D model has animation, you can edit value in Inspector > Animator.
52. In Other Settings Identification, you can change the Package Name and set the minimum API level to
the lowest value.
53. Then click on the ‘Build And Run’ button if your mobile devices is connected to your computer. Or you
can just ‘Build’ the APK file and install it manually to your device.
54. Give name and set location to save your APK file.