UXR.QuestCamera v2.3.0
What's Changed?
Breaking Changes
This update is a patch for HorizonOS v76 and contains some breaking changes:
CameraInfo.LensPoseTranslationwill now returnVector3.zeroinstead of throwing anObjectDisposedExceptionwhen the native value is null.CameraInfo.LensPoseRotationwill now returnQuaternion.identityinstead of throwing anObjectDisposedExceptionwhen the native value is null.CameraInfo.Intrinsicswill now return the default value ofCameraIntrinsicsinstead of throwing anObjectDisposedExceptionwhen the native values are null or invalid.
Added
- Added new experimental
SurfaceTextureCaptureSession. See its reference documentation for more information.
PRs
- Experimental OpenGL Capture Session. by @Uralstech in #3
Full Changelog: 2.2.4...2.3.0