com.unity.xr.arkit 6.3.0-pre.1
Source docsNotes: processedReleased August 6, 2025
Unity Compatibility
Minimum Unity: 6000.0
Package Dependencies
✨ Features
- Added `XRFaceBlendShapeExtensions`, which allows you to cast an `XRBlendShape` to the ARKit-specific `ARKitBlendShapeLocation`.
- Added support for `XRFaceSubsystem.TryGetBlendShapes` to `ARKitFaceSubsystem`.
📈 Improvements
- Changed AR Foundation dependency version from 6.2.0 to 6.3.0-pre.1.
- ### Deprecated
- `ARKitBlendShapeCoefficient` has been marked obsolete. Instead use `XRFaceBlendShape` to represent a blend shape ID and its weight.
- `ARKitFaceSubsystem.GetBlendShapeCoefficients` has been marked obsolete. Use `ARKitFaceSubsystem.TryGetBlendShapes` instead.
