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. Introduction

Overview

PreviousPurposeNextQuick Setup

Last updated 2 years ago

In this documentation, I will walk you through the scripts and components that make up the core of this controller asset. We'll explore the custom attributes, extensions, physics, input handling, player data, main player logic, state machine, and various player states that contribute to the overall flexibility and usability of the asset.