Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
peter.smith.261174's avatar
peter.smith.261174
Honored Guest
3 years ago

OVRLipSync Unreal Plugin Support for Apple Silicon Macs

Hello! I would like to try the OVRLipSync Unreal plugin on my M1 Mac. Unfortunately I cannot build the plugin because the two Mac Third Party libraries (libOVRLipSyncShim.a and libOVRLipSync.dylib) are x86_64 architecture:

$: lipo -info ./libOVRLipSyncShim.a ./libOVRLipSync.dylib 
Non-fat file: ./libOVRLipSyncShim.a is architecture: x86_64
Non-fat file: ./libOVRLipSync.dylib is architecture: x86_64

Would it be possible to update the plugin to include universal or arm64 architecture versions of these libraries? Or to share them some other way?