google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 403 forks source link

iOS Face Tracking Support #754

Open matttidridge opened 3 years ago

matttidridge commented 3 years ago

It would be great if the ARCore iOS Augmented Faces SDK was supported in Unity as well.

We have found several specific cases for using ARCore Face Tracking on iOS instead of ARKit. After some native XCode testing, we have found that the ARCore for iOS SDK had much stronger face tracking while users were wearing face masks/coverings (something becoming more and more prevalent in our projects), and ARCore currently supports face tracking on older iOS devices without the TrueDepth camera due to being TensorFlow based instead of using depth sensors.

It would be great if there was an option to build ARCore Unity projects to iOS (instead of ARKit) with support for the two ARCore iOS features currently available (Augmented Faces & Cloud Anchors).

htorrendell commented 3 years ago

Any updates here?