Syncing Image Sequence with FBX animation
Hello.
I've imported a FBX animation and Image sequence that both have the same number of frames.
Currently they loop independently, and need both to play the same frame, or for either one to follow the current frame of the other.
My current scripting knowledge is limited, and any direction of how to achieve this is welcomed!
:)
Hey Rodrigo,
Make sure your FBX animation FPS is set to 30 and your image sequence duration is set to 1.0.
Then uncheck the Autoplay's check box on your animation mixer and also uncheck the Always Play's check box on the image sequence.
Then you can import the file that I attached here in your project and assign your animation mixer and image sequence to it.
What this script does is to play both animation at the same time when the lens is initialized.
Best,
A.
Hi Amir,





Thanks for sharing the script :)
The image sequence is playing extremely fast, in what seems to be playing all the frames in 1 second.
I've attached screenshots of settings. Is there something I'm missing?
Hey Rodrigo,
On your image sequence try to divide your total frames by thirty for example 158/30 and put the result in your image sequence duration which is :
5.266
Let me know how this works for you.
Best,
A.
It's working :) Thank you very much!
Amir Alavi I'm currently looking to create a script to play back image sequences as opposed to the sprite sheets that Lens Studio generates. Would love to see your script you posted in here but it seems the linked file is no longer available. Can you post it again or anything else that might provide incite into playing image sequences? Thanks!