To build this project for HoloLens using the VuMark targets is not very different from the project we have built throughout the chapter. HoloLens-specific settings are the same that we've seen in previous chapters. Here is a summary of this:
- Set up the HoloLens Camera. In Hierarchy, create GameObject | Camera and rename it HoloLensCamera.
- Set Clear Flags to Solid Color and set Background to black (0,0,0).
- Bind the camera to Vuforia. Go to Vuforia | Configuration, set Select Eyewear Type to Optical See-Through, and set See Through Config to HoloLens.
- In Hierarchy, select the AR Camera object and drag HoloLensCamera to the Central Anchor Point slot in the Vuforia Behavior component.
- Build the settings. Select ...