Move the character
Modifying Position
CharacterActor.Position = position;Using the Teleport method
CharacterActor.Teleport(position);Modifying Velocity
CharacterActor.Velocity = velocity;Last updated