# Purpose

Welcome to the documentation for 2D Platformer-Sidescroller Controller Asset! This asset provides a comprehensive, customizable, and easy-to-use framework for creating responsive and dynamic player characters in Unity for 2D platformer and sidescroller games.

By the end of this documentation, you should have a comprehensive understanding of the asset's structure and how each script and component work together to create a smooth and responsive player character controller. Whether you are looking to integrate this asset into your existing game, build a new project from scratch, or simply learn more about 2D game development in Unity, this documentation should provide valuable insights and guidance.

Let's dive in and start exploring the inner workings of my 2D Platformer-Sidescroller Controller Asset!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://abdys-organization.gitbook.io/2d-ultimate-side-scroller-character-controller/introduction/purpose.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
