# Simple Character Controller

### What it is

A revamped version of the standard Unity character controller, released under the [MIT open source license](https://github.com/PixelWizards/simple-character-controller?tab=MIT-1-ov-file).

### Trailer

{% embed url="<https://www.youtube.com/watch?v=OF-5xu5xEpM>" %}

### Online Documentation <a href="#v9m6f5yigbfc" id="v9m6f5yigbfc"></a>

The most up to date version of this documentation is online here:

User Manual: <https://megacrush.gitbook.io/simple-character-controller>

### Feedback / Get in touch <a href="#t6e4tpvw5chd" id="t6e4tpvw5chd"></a>

For support, please [submit a ticket ](https://github.com/PixelWizards/simple-character-controller/issues)on Gthub Issues!&#x20;

You can also get in touch:

* on Discord: <https://discord.com/invite/kvsMqeFS7Y>
* or Bluesky: <https://bsky.app/profile/gekido.bsky.social>


---

# 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://megacrush.gitbook.io/megacrush-unity-assets/simple-character-controller/simple-character-controller.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.
