com.unity.xr.core-utils 2.1.0-pre.1

com.unity.xr.core-utils

Notes: processedReleased May 3, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (0f1)

Package Dependencies

  • com.unity.modules.xr (1.0.0)

Features

  • Add Project Validation for validating packages against package configuration correctness. See the [manual entry for project validation](xref:xr-core-utils-project-validation) for more details.

API Changes

  • Removed the **GameObject** > **XR** > **XR Origin** menu item. To create a new XR Origin, users should instead use the menu items provided by AR Foundation and/or XR Interaction Toolkit.

🔧 Bug Fixes

  • [NativeArrayUtils.EnsureCapacity](xref:Unity.XR.CoreUtils.NativeArrayUtils.EnsureCapacity*) now checks for unallocated array before disposing it and reallocating for a larger capacity.
  • Fixed compilation errors on platforms such as Stadia where the XR module is not available.