Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 651 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 651 Bytes

CoApp scripts for OVR via NuGET

Use this package to create NuGet packages that add Oculus VR SDK to your Visual Studio projects!

Updating OVR version.

First, download new binary packages from Oculus VR website.

$ vi ovr.autopkg  # change version and directories defines to match
$ git commit -m "Updated libOVR version to vX.XXXX.XXXX"

Building OVR NuGet packages.

In Powershell

> Write-NuGetPackage .\OVR.autopkg

Installing CoApp NuGet helper scripts.

In administrator PowerShell:

> Set-ExecutionPolicy -Scope CurrentUser RemoteSigned

In normal PowerShell:

> Update-CoAppTools -KillPowershells