Profile Picture

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

Posted By kmayfield 2 Years Ago
You don't have permission to rate!

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

Author
Message
kmayfield
kmayfield
Posted 2 Years Ago
View Quick Profile
Veteran Member

Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)

Group: Forum Members
Last Active: 10 days ago
Posts: 25, Visits: 408
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.
Victor.Soupday
Victor.Soupday
Posted 2 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)

Group: Forum Members
Last Active: 6 minutes ago
Posts: 564, Visits: 8.9K
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.


Edited
2 Years Ago by Victor.Soupday
kmayfield
kmayfield
Posted 2 Years Ago
View Quick Profile
Veteran Member

Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)Veteran Member (933 reputation)

Group: Forum Members
Last Active: 10 days ago
Posts: 25, Visits: 408
Many Thanks, Victor. Your advice worked. Cheers!



Reading This Topic