Use this package to create NuGet packages that add Oculus VR SDK to your Visual Studio projects!
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"
In Powershell
> Write-NuGetPackage .\OVR.autopkg
In administrator PowerShell:
> Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
In normal PowerShell:
> Update-CoAppTools -KillPowershells