com.unity.xr.management 4.0.6

com.unity.xr.management

Notes: processedReleased June 10, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (15f1)

Package Dependencies

🔧 Bug Fixes

  • Fix issue where XR was not being started when entering play mode if the settings UI was never displayed.
  • Fixed an issue where custom XR packages would not get registered when running the Unity Editor using the -batchmode argument.

Features

  • Added additional documentation explaining that manual XR Initialization should only be called from Start or later as calling it from Awake or OnEnable can cause issues if graphics initialization hasn't finished yet.