com.nfynt.openxr.genericandroidloader
v0.1.2
Published
Provide the generic OpenXR loader for android devices
Downloads
12
Readme
Unity Generic OpenXR Loader For Android
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