Skip to content

Android XR Extensions for Unity v1.1.0

Latest
Compare
Choose a tag to compare
@lukehopkinsdev lukehopkinsdev released this 26 Jun 18:44

[1.1.0] - 2025-06-27

Editor version and package compatibility

  • This version of the package requires minimal Unity Editor version 6000.1.0b12. You can install the official Unity 6.1 (e.g. 6000.1.0f1 or newer) from the Unity Hub.
  • Verified compatible packages:
    • Unity OpenXR Android XR (com.unity.xr.androidxr-openxr) 1.0.0-pre.3

Known issues

  • None

Added

  • None

Changed

  • Subsampling (Vulkan) is now enabled by default in Android XR (Extensions): Session Management. To use it at runtime:
    • Foveation feature is required for Subsampling (Vulkan). Otherwise, the application may result in rendering faulty.
    • For projects with Universal Render Pipeline (URP), select Foveated Rendering feature. Check Foveated rendering in OpenXR for more details.
    • For projects with Built-in Render Pipeline (BiRP), select Foveation (Legacy) feature for legacy support.
  • Scene Meshing is promoted from experimental feature to release feature.

Deprecated

  • None

Removed

  • None

Fixed

  • Fixed issue#7: Compile Errors with Google.XR.Extensions on Non-Android Platforms.
  • Fixed enum value and comments in XRFaceParameterIndices.