com.unity.xr.arfoundation 1.5.0-preview.6

com.unity.xr.arfoundation

Notes: processedReleased July 17, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.3

📈 Improvements

  • Added an option to synchronize the Unity frame with the AR session's update. See `ARSession.matchFrameRate`.
  • Added a convenience method `ARTrackableManager.SetTrackablesActive(bool)` which will call `SetActive` on each trackable's `GameObject`. This is useful, for example, to disable all `ARPlane`s after disabling the `ARPlaneManager`.

🔄 Changes

  • Previously, a trackable manager's changed event (e.g., `ARPlaneSubsystem.planesChanged`) was invoked every frame even if nothing had changed. Now, it is only invoked on frames when a change has occurred.