I am trying to make a cutscene where you step in an escape pod, and then you see the escape pod fly off into the distance, but my question is: is it possible to animate ships/models in cutscenes, and if so, how?
You can use AnimationControllers if you really wanted to get some complicated animations going however, if you’re just doing super simple animations like tweens, just tween the base and move it.
If you want the animation to activate on cutscene, make sure you’re doing the cutscene with the animation as to track position and timings of which is important .
Basic example:
Player Hits Cutscene Button
Script plays camera cutscene positions
certain camera position is reached, play animation
continue playing cutscene as usual, stop animation when finished
continue playing cutscene as usual, stop when cutscene finishes.
Look up for my cutscene plugin. it may help you get the essential framwork done for you !
Thanks what is the name of your cutscene plug-in?
Currently the feature that you’re looking for isn’t implemented yet, but soon !