emilianavt / OpenSeeFaceSample

This is a cross-platform sample Unity project showing a basic OpenSeeFace setup. Open the included scene.
BSD 2-Clause "Simplified" License
56 stars 15 forks source link

'OVRLipSync' does not contain a definition for 'ProcessFrameInterleaved' #2

Closed RoseFireCreations closed 2 years ago

RoseFireCreations commented 2 years ago

as the title say i recieve this error (in full) Assets\OpenSeeFaceSample-master\Assets\OpenSeeFace\OpenSeeVRMDriver.cs(1626,44): error CS0117: 'OVRLipSync' does not contain a definition for 'ProcessFrameInterleaved' this happens after un-commenting the first three lines as directed to get the OVR lipsync to work with this.

emilianavt commented 2 years ago

Hi, please make sure you are using version 1.20.0 of OVRLipSync. New versions changed the API and I haven't updated it yet.

RoseFireCreations commented 2 years ago

ah that would be the issue. thanks for the info.