- Home /
Unity Timeline, Move characters transform position
I'm creating a small animation where the player simply stands up for when my scene loads, I've got the animations but I need my character to move forward +1 on the Z axis when the animation ends, Otherwise the character is placed inside an object which isn't ideal, To shorten this, I want my characters transform position to be moved +1 on the Z axis when the animation timeline stops.
Answer by seant_unity · Apr 14, 2020 at 12:20 PM
Try using a signal at the end of the timeline that applies a scripts to move the character forward one unit along the z-axis.
Your answer
Follow this Question
Related Questions
Can I make animations snap to a frame? 1 Answer
Unity TImeline - Animation clips passing through terrain 0 Answers
Unity animation timeline 1 Answer
animate post processing behaviour 2 Answers