DevTouchMovementMode

Overrides the movement mode of players who are playing on touch devices.

Items

NameValueSummary
UserChoice0

The player's character will moved based on the user's settings.

Thumbstick1
DPad2
Thumbpad3
ClickToMove4

The player's character will attempt to move to a location in the world when the player taps a location.

Scriptable5

The player will not respond to default controls; any character movement must be defined in custom scripts.

DynamicThumbstick6

The player's character is controlled with a virtual thumbstick that appears when they touch the lower portion of the screen. Jumping is controlled with a separate button. Good for portrait mode and one handed play.

On this page