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

com.unity.xr.arfoundation

Notes: processedReleased November 2, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.3

📈 Improvements

  • Add `IEquatable` to `TrackableCollection`.
  • Previously, the `ARTrackedImageManager` and `ARTrackedObjectManager` would throw an exception if enabled without a valid reference library. These managers no longer throw; now, they disable themselves. This makes it possible to add one of these managers at runtime, since Unity will automatically invoke `OnEnable` before you have a chance to set a valid reference library. If you create one of these managers at runtime, you will need to set a valid reference library and then re-enable it.