Unity always add AR Face Tracking package automatically

In my project I don’t use Face Tracking at all and I don’t need it. Building on iOS I don’t wish Face Tracking module to be added to XCode project, otherwise I get the error on build.
The only way to solve it is to remove AR Face Tracking package in UPM, but after migration to 2021.2.8 that package is always being restored automatically.

What changed? Looks like a bug because before I didn’t have this issue.

1 Like

In ProjectSettings > XRPluginManagement > ARKit, ensure that face tracking check box is unchecked.

Oh… I was sure it was turned off on Mac machine. :roll_eyes: