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

Physics

PreviousInput SystemNextLayers

Last updated 2 years ago

The Essential Physics script is a core part of the asset, providing crucial physics calculations and functionalities for the 2D platformer-sidescroller controller. This script is responsible for handling various physics-related tasks, such as calculating movement, detecting collisions, and managing interactions between the player and the environment.

The Essential Physics script is automatically included and integrated with the PlayerMain script and other components of the asset. There is no need for manual setup or configuration.

By utilizing the Essential Physics script, the asset can provide a realistic and immersive physics experience in your 2D platformer-sidescroller game. This script is a fundamental component of the asset, ensuring that the player's movements and interactions with the game world feel natural and responsive.

Since the script is static, its functions can be easily accessed and used throughout the project.