This repository should be a foundation for students who participated in the sifk and unity3d vuforia augmented reality workshop at SeIFPI VI
To get this working into your machine, you should have Unity installed, with Vuforia module. In order to help you:
- Install Unity hub;
- Install a LTS version with Vuforia module;
- Create your account at Vuforia;
- Log in and create a new license key;
- Open a new Unity project and click in Edit > Project Settings > Player and select Vuforia augmented reality in PC XR Options (just for tests with a webcam) and Android/Ios XR Options;
- Create a new object "Ar Camera" and import Vuforia into your project;
- Click in the button in your AR Camera component "Open Vuforia Engine Configuration" and paste your license;
- Get back in Vuforia website and create a new image database and download it (if you choose device option, which I recomend for begginers);
- Import your image database into Unity;
- Create a new Vuforia Image, set your image in the component with your database and your image;
- Create a new model child of the image and then run.