com.unity.xr.arcore 1.0.0-preview.24
Notes: processedReleased April 3, 2019
Browse versions
PreviousNext
Unity Compatibility
Minimum Unity: 2018.3
Package Dependencies
📈 Improvements
- Support x86, ARMv7, and ARM64 Android architetures (previously was limited to ARMv7).
- Plane detection modes: Add ability to selectively enable detection for horizontal, vertical, or both types of planes.
- Add a build check for the "Graphcis Jobs (Experimental)" player setting, which forces multithreaded rendering and causes ARCore to fail.
- Add a build check for the presence of Google's ARCore SDK for Unity, which cannot be used with this package.
- Add support for setting the camera focus mode.
- Add C header file necessary to interpret native pointers. See `Includes~/UnityXRNativePtrs.h`
- Implement `CameraConfiguration` support, allowing you to enumerate and set the resolution used by the hardware camera.
- Update to ARCore v1.6.0
🔧 Bug Fixes
- Updated background shader to workaround a bug which can cause green and blue color values to appear swapped on some devices when HDR is enabled.
🔄 Changes
- Remove 2018.1 and 2018.2 compatibility.
