USK - Documentaion
  • 🖖Welcome
  • 📥Installation
  • 🗃️Project Overview
  • 🛠️Get Started
  • ↔️Migration Guide
  • ⚙️Project Settings
    • Input System
    • UI Manager
  • 👤Characters
    • Overview
    • Creation
    • Adjustment
      • Character
      • Camera
    • Controller
      • Movement
        • Change Movement Animations
      • Health
      • Tags
      • Noise
    • Camera
      • First Person
      • Third Person
      • Top Down
    • Inventory Manager
      • Usage
      • Fists Attack
      • Drop Weapons
    • Multiplayer
  • 🔫Weapons
    • Overview
    • Creation
    • Adjustment
      • IK Tools
    • Weapon Controller
      • Attacks
      • Aim Settings
        • First Person
        • Third Person
        • Top Down
      • Animations
        • Animated Weapons
    • Usage
  • 🤖AI Opponents
    • Overview
    • Creation
    • AI Controller
      • In-game Behaviour
      • Detection Parameters
      • Attack
      • Movement
      • Health
    • Multiplayer
    • Adding to the Game
      • Waypoints
      • Covers
      • Stealth Zone (Grass)
  • 📦Integrations Manager
    • Overview
    • Emerald AI
    • Realistic Car Controller
    • Edy's Vehicle Physics
    • NWH Vehicle Physics 2
    • Destroy It
    • Easy Save 3
  • 🕹️Single-player Game Creation
    • Creation
  • 👥Multiplayer Game Creation
    • Overview
    • Activation
    • Lobby
    • Rooms
  • 📱Mobile Control
    • Activation and Usage
    • Mobile Debug
  • Other Components
    • 💾Save Manager
    • 🎯Spawn Zones
    • 🗺️Minimaps
      • Texture Recommendations
    • 🩸Blood Splatter
    • 📤Pickup Items
    • 🪵Surfaces
    • ⚡Animation Events
  • ✨Render Pipelines
    • Project Update
    • Post-processing Effects
  • Additional Info
    • ▶️Video Guides
    • ❓FAQ
Powered by GitBook
On this page
  • First Person
  • Third Person
  • Top Down

Was this helpful?

  1. Characters
  2. Controller

Movement

PreviousControllerNextChange Movement Animations

Last updated 3 years ago

Was this helpful?

Depending on the camera mode, the locomotion is based on Root Motion animations or the Unity Character Controller (the controller will be added automatically when the game starts).

First Person

The movement is based on the Character Controller, you can edit the speed, jump height, crouch depth, and other movement parameters.

Third Person

The movement in the Aim state and jumps are based on the Character Controller, other states are based on the Root Motion animations.

You have 2 Movement Types to choose from:

  • Stanard - if you point the character towards the opposite camera, he turns around (like in most story games).

  • All Directions - the character moves in all directions without turning (like in Fortnite, PUBG)

Top Down

The movement is based on the Character Controller, you can adjust speed and jump parameters.

👤