Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[3.1.10] - 2021-01-05
Changes
- Removed the
CONTRIBUTING.md
file as this package does not accept contributions.
[3.1.7] - 2020-10-07
Fixes
- Updating version dependency on com.unity.xr.arkit.
[3.1.6] - 2020-09-08
Fixes
- Updating version dependency on com.unity.xr.arkit.
[3.1.3] - 2020-04-13
- Build compiled binaries with Xcode 10.3 (10G8) and Xcode 11.4 (11E146).
[3.0.2] - 2020-03-18
- Build compiled binaries with Xcode 10.3 (10G8) and Xcode 11.3.1 (11C505).
Fixes
- Updating version dependency on com.unity.xr.arkit.
[3.0.1] - 2019-11-27
- 2020.1 verified release
Fixes
- Updating version dependency on com.unity.xr.arkit.
[3.0.0] - 2019-11-05
[3.0.0-preview.4] - 2019-10-22
New
- Static libraries were built with Xcode 11.1 (11A1027) and Xcode 10.3 (10G8)
Fixes
- Fixed an incorrect face rotation when using the rear camera feed.
- Correctly report the supported number of simultaneously tracked faces. Previously, ARFaceManager.supportedFaceCount would always return the supported number of tracked faces in front-facing camera mode. The value reported now depends on the current configuration since, in rear-facing camera mode, the number could be different.
[3.0.0-preview.3] - 2019-09-26
Improvements
- Build compiled binaries with Xcode 10.3 (10G8) and Xcode 11 (11A420a)
[3.0.0-preview.2] - 2019-09-05
Improvements
- Update ARSubsystems dependency to 3.0.0-preview.2
[3.0.0-preview.1] - 2019-08-27
New
- This package now supports bulding with Xcode 10, and 11 beta 7.
[1.1.0-preview.4] - 2019-07-29
New
- Add support for eye tracking.
Fixes
- Recompile static library with XCode 11 beta 5.
[1.1.0-preview.3] - 2019-07-18
Fixes
- Recompile static library with Xcode 11 beta 4.
[1.1.0-preview.2] - 2019-07-15
- Recompile static library with Xcode 11 beta 3.
- Update Unity dependency to 2019.1
[1.1.0-preview.1] - 2019-06-05
- Adding support for ARKit 3 functionality: multiple face tracking and tracking a face (with front camera) while in world tracking (with rear camera).
[1.0.0-preview.6] - 2019-05-31
Fixes
- Fix documentation links.
[1.0.0-preview.4] - 2019-05-06
This is the first release of ARKit Face Tracking.
Provides runtime support for Face Tracking on ARKit. This is a separate package from com.unity.xr.arkit due to security concerns: apps that contain certain face-tracking related symbols in their compiled binaries will fail App Store validation unless additional documentation explaning the uses of face tracking are documented. This allows face tracking support to be added separately.