com.unity.xr.legacyinputhelpers 2.1.8

com.unity.xr.legacyinputhelpers

Notes: processedReleased July 19, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

Package Dependencies

  • com.unity.modules.vr (1.0.0)
  • com.unity.modules.xr (1.0.0)

🔄 Changes

  • Changed Tracked Pose Driver so it applies the pose to the Transform before the default time during the "Just Before Render" phase of the frame. This was already the case for Update, and is now also the case for `Application.onBeforeRender` callbacks. Use the `BeforeRenderOrder` attribute to specify a custom callback order lower than -30000 if your callback needs to execute before Tracked Pose Driver.
  • Fixed issue with OpenXR and reacting to an invalid stage space on startup.