com.unity.xr.arkit 6.3.0-pre.1

com.unity.xr.arkit

Source docs
Notes: processedReleased August 6, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0

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.