Skip to content

Move To

Characters » Navigation » Move To

Description

Instructs the Character to move to a new location

Parameters

Name Description
Location The position and rotation of the destination
Wait to Finish If true this Instruction waits until the Character reaches its destination or it is canceled
Stop Distance Distance to the destination that the Character considers it has reached the target
Character The game object with the Character target

Example 1

The Stop Distance field is useful if you want [Character A] to approach another [Character B]. With a Stop Distance of 0, [Character A] tries to occupy the same space as the other one, bumping into it. Having a Stop Distance value of 2 allows [Character A] to stop 2 units away from [Character B]'s position

Keywords

Walk Run Position Location Destination Character Player