Search Unity

First Person standard asset doesn't able to move after transform.position

Discussion in 'Scripting' started by DeanAseraf1, Oct 6, 2019.

  1. DeanAseraf1

    DeanAseraf1

    Joined:
    Aug 3, 2018
    Posts:
    16
    Hey everyone,
    I'm trying to move my player to his last saved position with player.transform.position but the player does changed his position but after this he is not able to walk again.

    How can i change the player(FPStandardAsset) position threw a script and still be able to make him walk afterward?