The first 4 steps are exactly the same as written in the "instructions on setting up development environment" issue:
- Download and install Unity 5.1.2 for Mac at Unity Downloads.
- Go to Oculus Developer Downloads. Download and install
- Download and install Leap Motion SDK for OSX
- Install Unity, Oculus SDK and Runtime.
- After the installation of Unity. Clone this repository
$ git clone https://github.com/Sushisushi-sandesu/UnityWebCamSample
$ cd UnityWebCamSample
- Open Unity. At the welcome window, click "Open Other".
- Switch to the cloned projects directory, then click "open".
- Now, since the Leap Motion's assets are excluded from the repo, we need to download the assets. Go to "Asset Store", search for "Leap Motion Core Assets", then click "import". When asked to update the APIs, click "I made a backup. Go ahead".
- Now the project should be able to build.