Skip to content

CoApp autopkg structure for generating Oculus VR SDK NuGet packages

Notifications You must be signed in to change notification settings

cephalsystems/ovr-coapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

CoApp autopkg structure for generating Oculus VR SDK NuGet packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published