Skip to content

nfynt/AndroidOpenXRLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Unity Generic OpenXR Loader For Android

npm version

A generic OpenXR loader for android devices in Unity. Unity's OpenXR package doesn't support runtime discovery on Android as per the OpenXR specification, and expects XR loader from the respective platform provider (Oculus support feature for default case).

This loader is a simple Unity XR wrapper above Khronos hello_xr loader. It has been tested with Monado Runtime for android with Vulkan and OpenGLES3.

Importing in Unity

To install this package in Unity you'll first have to add a new Scoped Registry. Head over to Edit>Project Settings>Package Manager and add the new registry details as follows -

Name: npmjs
URL: https://registry.npmjs.org
Scope(s): com.nfynt

After this head to Window>Package Manager and select My Registries under the Packages: options. This will list all the available package on npm, find Generic OpenXR Loader and select the latest version available and hit install 🚀.

Issues

Submit issues on Github Repo with appropriate label as bug\enhancement\help wanted.

Authors

Shubham

About

Provide a generic OpenXR loader for android devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published