Difference between revisions of "Unity and Vuforia Tutorials 2021"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 12: Line 12:
  
 
If you working on a machine at school that doesn't have Git installed, you can use this alternate method:
 
If you working on a machine at school that doesn't have Git installed, you can use this alternate method:
 
+
<ul>
Go to this link: https://dev.azure.com/vuforia-engine/unity-extension/_git/com.ptc.vuforia.engine/<br/>
+
<li>Go to this link: https://dev.azure.com/vuforia-engine/unity-extension/_git/com.ptc.vuforia.engine/</li>
Click the three dots to select ‘Download as Zip’<br/>
+
<li>Click the three dots to select ‘Download as Zip’</li>
Make sure to copy the zip from the downloads folder to the data store drive (ie. E:\)<br/>
+
<li>Make sure to copy the zip from the downloads folder to the data store drive (ie. E:\)</li>
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)<br/>
+
<li>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)</li>
In Unity go to Window/Package Manager<br/>
+
<li>In Unity go to Window/Package Manager</li>
In the package manager click the + button in the top left corner and select “add package from disk”<br/>
+
<li>In the package manager click the + button in the top left corner and select “add package from disk”</li>
Navigate to the com.ptc.vuforia.engine folder and select the .json file in that folder.<br/>
+
<li>Navigate to the com.ptc.vuforia.engine folder and select the .json file in that folder.</li>
  
  

Revision as of 11:37, 17 February 2021

INSTALLING VUFORIA:

Before installing Vuforia, you'll need to install Git. A reboot is most likely required after installing Git.

https://git-scm.com/downloads

Afterwards you can download the Vuforia install package from this link:

https://developer.vuforia.com/downloads/sdk

If you working on a machine at school that doesn't have Git installed, you can use this alternate method: