Use the OpenSee Unity components
masterOpenSeeFace provides Unity components for receiving and visualizing tracking data:
OpenSee: Receives UDP packets and exposes data via thetrackingDatapublic field. Important: Because UDP packets are received in a separate thread, you should always copy thetrackingDatafield to a local variable before processing to avoid data being overwritten mid-frame.OpenSeeShowPoints: Visualizes the detected facial landmark points. Useful for debugging.OpenSeeIKTarget: Used with IK solutions (like FinalIK) to animate head motion.OpenSeeLauncher: Allows starting the tracker directly from Unity (designed forpyinstallerexecutables).