Help request: matching lip sync audio from iClone 8 to Unity?


https://forum.reallusion.com/Topic525363.aspx
Print Topic | Close Window

By kmayfield - 3 Years Ago
Hey friends, has anyone advice on locking animation lip sync and audio from iClone to Unity 2021.3?
The animation and lip quality in iClone is excellent. I need to match that real-time in Unity.
By Victor.Soupday - 3 Years Ago
You need to start the animation and audio at the same time with a script, but only after the audio has been preloaded otherwise there is always going to be a load delay which will break the timing.

Likewise trying to play an animation at the very start will also cause problems because nothing is fully loaded yet, so trying to play the animation and audio right at the very start will always be out of sync.

You could try looking at the Timeline package (If it's not already installed, it's an optional package from the Package Manager > Unity Regisitry) for making animation sequences with the correct timings.


By kmayfield - 3 Years Ago
Many Thanks, Victor. Your advice worked. Cheers!