- Home /
Slider to change time of animation and sounds
Hello guys,
so I want to make an animation where I have a timeline to go back and forth in the animation. I know there is the AnimationState.normalizedTime thing but I dont know if and how I can use it to change the timing of the sound too so I can jump around in the animation + voice-over.
Can someone help me a little bit with that?
Comment
setting the time of the AudioSource to something between 0 and clip Length while it's playing should work.