Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Timeline & Character Controller Move() ?

Discussion in 'Timeline' started by Payaso_Prince, Mar 12, 2022.

  1. Payaso_Prince

    Payaso_Prince

    Joined:
    Jul 17, 2017
    Posts:
    91
    Hello All,

    Here is my issue:
    When my Timeline completes, my character controller returns to its original position in the scene, rather than where it left off at the end of the Timeline. This is not occurring every time, only about 25% of the time actually. But it happens pretty consistently in full screen.

    I believe this is being caused when I call Move(). When my Timeline completes, my player goes into the Idle State and Move() is called (Though it's 0,0,0).

    When I comment out Move I cannot replicate the issue. This is driving me nuts. Does anyone have any idea what could be happening or how I can resolve this?