com.unity.xr.arcore 3.1.0-preview.6
Notes: processedReleased February 27, 2020
Unity Compatibility
Minimum Unity: 2019.3
Package Dependencies
- com.unity.modules.androidjni (1.0.0)
- com.unity.xr.arsubsystems (3.1.0-preview.6)
- com.unity.xr.management (3.0.5)
🔧 Bug Fixes
- Fixed a crash when attempting to destroy ARSession component.
- Fixed issue where Environment Probe cubemaps were not generating mipmaps.
- Fixed a crash when querying whether the "match frame rate" option was enabled. This could happen when resuming the ARSession.
- Fixed a potential crash when using image tracking or adding an image to an existing library at runtime.
- Fixed an issue where cubemap texture had incorrect Z-faces.
- Fixed an issue where the reported main light direction was incorrectly reporting the Z component of the vector.
📈 Improvements
- Refactored native ARCore `XRCameraConfig` native handle representation. Instead of an index into the list of available `ArCameraConfig`s, the `IntPtr` surfaced is the pointer to the actual `ArCameraConfig`. See the following ARCore documentation for more information.
- Provider now provides the the maximum fps supported by the configuration as the `framerate` field in `XRCameraConfig` instead of the minimum framerate.
