Hi Chris,
I want to start a cutscene where the camera moves from the top of a tree and descends to focus on the player while triggering the "Tired" animation for the player. Moving the camera isn’t a problem since I can create a second camera and make it move towards the first one. However, I’m unsure how to switch the player’s animation.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
The Character: Animate Action can be used to animate a character - but the exact method involved depends on their "Animation engine".
The use of Timeline, to animate both the camera, and the character, is also potentially an option.
Great, thank you, Chris