You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MoveControl is a component designed to control the movement of a character. It uses Move to relocate the character's position. The direction of movement is adjusted based on the camera position and ground incline, and the character's orientation is also corrected according to the movement direction. The character moves if MovePriority is higher than other components, and turns in the direction of movement if TurnPriority is higher. The TurnSpeed determines the speed of the turn when the character changes direction.
Features and Operation:
Movement Settings: Sets the character's maximum movement speed, brake strength, acceleration, and the angle of movable slope.
Movement Restriction: Restricts the character's movement to specific axis directions.
Movement Priority: Controls movement if the value is higher than other components.
Turn Settings: Sets the rotation speed of the character.
Turn Priority: Controls orientation if the value is higher compared to other priorities.