I’m quite new to Unity, and coming from Cycling74’s Max I’m pretty used to visual scripting. I just set up a simple face capture project with Unity Face Capture app, Live Capture and ARKit. I would like to be able to send the ARKit Face Actor Blend Shapes via OSC to control other app. Is there a way to get these value in the Visual Scripting environnement? Or is it just possible to get them with C# script? How would you do it?
@Elby_b It’s currently not easy to get the blend shape values in visual scripting, which is mostly a product of the fact that ARKit’s blendshapes are platform-specific, while AR Foundation is designed to be platform-agnostic.
Here’s the information that you can get in Visual Scripting currently (which has some things, but not the blendshape values): On Face Updated | AR Foundation | 5.1.5