- Home /
The best way to control speed of the animation together with audio sound that both must sync
Hello,
I want to make a storytelling game for Children, who are somewhat dull and slow brain process.
So, slider that can control the speed rate of animation and sound must be sync.
What do you think the best way to do this?
1) making mp4 with sound and slow mo it.
2) make gif and sound seperately and make them both sync..?
You can embed event triggers an animation's keyframes. When the animation reaches the keyframe, it will attempt to call a function on the animated GameObject.
edit: didn't see your own suggestions. The mp4 approach would also slow the audio, so that might not be ideal. What sort of audio are you trying to sync?
Tqs for the suggestion, I think that good idea..!
Oh what I mean is, the audio character talking sync with character sprites/images mouth.
You know..when if I decrease the speed of animation but the voice still fast that might not sync with animation and it be more worse for storytelling understanding..
Your answer
Follow this Question
Related Questions
How to make camera position relative to a specific target. 1 Answer
How to I create sudden movements using Unity's animator? 0 Answers
What is the best/easiest way to align a 2D rigidbody to specific sections of a sprite? 1 Answer
so I'm trying to make a 2D platform but the first animation i make is the only one that registers 0 Answers
,Is there a Way to Flip 2D-Keyframes? 0 Answers