Search Unity

Question Before character.move, setting transform.position cannot change the position of the object

Discussion in 'Physics' started by Lethe23, Sep 23, 2020.

  1. Lethe23

    Lethe23

    Joined:
    Jun 17, 2019
    Posts:
    10
    Code (CSharp):
    1. transform.position = Vector3.zero;
    2. _character.Move(move);
    Is there a way to reset the position before Move?