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.
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 🚀.
Submit issues on Github Repo with appropriate label as bug\enhancement\help wanted
.
Shubham