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

Extensions

  1. Vector2Extensions.cs: This extension provides additional functionality for Vector2 objects. It includes methods for clamping the Vector2 object to a specific range, rotating it around a pivot point, and more.

  2. AnimationCurveExtensions.cs: This extension adds extra functionality to AnimationCurve objects. It includes methods for finding the closest time or value in the curve, getting the derivative at a specific time, and more.

PreviousCustom AttributesNextInput System

Last updated 2 years ago