Skip to content

UXR.QuestCamera v2.3.0

Choose a tag to compare

@Uralstech Uralstech released this 29 Mar 17:48
· 144 commits to master since this release
1bd0887

What's Changed?

Breaking Changes

This update is a patch for HorizonOS v76 and contains some breaking changes:

  • CameraInfo.LensPoseTranslation will now return Vector3.zero instead of throwing an ObjectDisposedException when the native value is null.
  • CameraInfo.LensPoseRotation will now return Quaternion.identity instead of throwing an ObjectDisposedException when the native value is null.
  • CameraInfo.Intrinsics will now return the default value of CameraIntrinsics instead of throwing an ObjectDisposedException when the native values are null or invalid.

Added

PRs

Full Changelog: 2.2.4...2.3.0