Unity and Vuforia Tutorials 2021
INSTALLING VUFORIA:
Before installing Vuforia, you'll need to install Git. A reboot is most likely required after installing Git.
Afterwards you can download the Vuforia install package from this link:
https://developer.vuforia.com/downloads/sdk
If you're working on a machine at school that doesn't have Git installed, you can use this alternate method:
- Go to this link: https://dev.azure.com/vuforia-engine/unity-extension/_git/com.ptc.vuforia.engine/
- Click the three dots to select ‘Download as Zip’
- Make sure to copy the zip from the downloads folder to the data store drive (ie. E:\)
- Unzip the .zip file, make sure that zip is extracted with the folder name “com.ptc.vuforia.engine”, if the folder is just named Vuforia it won’t work. On windows you right click and select 7-zip/extract as com.ptc.vuforia.engine, (or in Dutch uitpakken als com.ptc.vuforia.engine)
- In Unity go to Window/Package Manager
- In the package manager click the + button in the top left corner and select “add package from disk”
- Navigate to the com.ptc.vuforia.engine folder and select the .json file in that folder.
VIDEO TUTORIALS
01. Getting started with Vuforia in Unity. This video also includes info on how to publish to Android devices.
https://web.microsoftstream.com/video/3e707fbc-0506-43d8-9871-bc5003009dde
02. This supplemental video covers how to publish to iOS devices:
https://web.microsoftstream.com/video/adac30d2-3a06-41de-b94f-ad07d8536c16
03. Adding UI elements, such as buttons and image overlays to your project:
https://web.microsoftstream.com/video/15a6a0bd-442a-4d4c-8726-53b2b5395a9c?list=studio
04. Using the Vuforia OnTargetFound and OnTargetLost events to trigger actions when a target is fond or lost:
https://web.microsoftstream.com/video/046371c2-e647-4065-a49a-97ab103344e6?list=studio
05. Making your augmented game objects interactive by responding to clicks or touches:
https://web.microsoftstream.com/video/dc6f41fb-1cc9-4519-bc9e-b4175306e079?list=studio
06. Preparing video content for Unity, working with the Unity Video player:
https://web.microsoftstream.com/video/ef83501c-55c7-4f02-b738-2ccfb2caacd9?list=studio
SUPPLEMENTAL TUTORIALS:
Here are some external tutorials which may be useful
Working with multiple virtual buttons:
https://www.youtube.com/watch?v=hi_KDpC1nzk&feature=emb_title&ab_channel=CubicBrain
Raycasting:
https://www.youtube.com/watch?v=oEywwHERy1U&feature=emb_title&ab_channel=KristerCederlund
Triggering animations:
https://www.youtube.com/watch?v=bOSrW403tmE&feature=emb_title&ab_channel=CubicBrain