Incorporating the Oculus Utilities package
Unity supports native VR development out of the box, so you don't need anything besides the engine itself to build VR experiences. However, Oculus provides a set of optional tools to developers that take care of some of the boilerplate functionality. In this section, we'll download the Oculus Utilities package for Unity and import it to our project.
Open a web browser and navigate to https://developer.oculus.com/downloads/. Select Game Engines in the category dropdown and then select the most recent release version (1.3.2 at the time of writing). Look for a package called Oculus Utilities for Unity 5, as shown in the following screenshot:
Click on Details, accept the agreement, and download the package and save it to a location where you can easily access it later, like your desktop. Once it has finished downloading, you can import it by mousing over Import Package in the Assets dropdown and selecting the Custom Package... option, as...