2D Ultimate Side Scroller Character Controller
  • Introduction
    • Purpose
    • Overview
  • 🛠️Setup
    • Quick Setup
    • Detailed Setup
  • Content
    • Utilities
      • Custom Attributes
      • Extensions
    • Input System
    • Physics
    • Layers
    • Player Data
      • Physics Variables
      • Walk Variables
      • Crouch Variables
      • Jump Variables
      • Land Variables
      • Dash Variables
      • Wall Movement Variables
  • ⛑️Help
    • FAQ
    • Adding States
    • Removing States
  • Development
    • Features - V1.0
    • Roadmap
  • 📪Contact Me
    • Contact Me
Powered by GitBook
On this page
  1. Content
  2. Player Data

Walk Variables

PreviousPhysics VariablesNextCrouch Variables

Last updated 2 years ago

The WalkVariables class is responsible for storing variables related to the player's walking behavior in the 2D platformer-sidescroller controller asset. These variables include max walking speed, curves for speeding up, slowing down, and turning back, as well as their respective times. Also, it is better to keep the start and end points of the curves as they are.