I developing a vtuber solution.
Until now, I was use own application on iphone (not published at appstore),
but face capture application is more better than that.
So, I hope to use Face Capture package for my vtuber solution.
But I can found the only way on use Unity Editor (not build).
How to use Face Capture on rumtime?
Unfortunately, Face Capture is not really designed for the purpose of use at runtime. It’s not a package or an SDK, but an app of its own designed to permit motion capture for building films and videos. There is no current plan to develop it for runtime use.
That said, Face Capture is built on top of our ARKit Face Tracking package, so it’s entirely possible to build it yourself using the existing APIs.