👨UnityのAR Face Managerは、AR Foundationパッケージに含まれるコンポーネントの1つで、デバイスのカメラからの入力ストリームを処理し、検出された顔のトラッキングを行うための機能を提供します。

Unity's AR Face Manager, one of the components included in the AR Foundation package, provides functionality for processing the input stream from the device's camera and tracking detected faces.

多くの AR Foundation サブシステムは、物理環境内のオブジェクトを検出して追跡します。これらのサブシステムは トラッキングサブシステム と呼ばれ、そのマネージャーは Trackable (トラッカブル) マネージャーと呼ばれています。

https://docs.unity3d.com/ja/Packages/com.unity.xr.arfoundation@5.1/manual/architecture/managers.html#trackables-and-trackable-managers


お願い致します