# Character Creation

{% hint style="danger" %}
**This package will be updated in the near-to-medium future!**

*(We're working on a humanoid system update, which will be used in the update to this system!)*
{% endhint %}

## Overview

The [**Character Creation**](https://assetstore.unity.com/packages/tools/game-toolkits/modules-character-creation-new-game-scene-189584?aid=1100lxWw\&pubref=p80-21) module provides a jumping off point for many projects which require a "New Game" or "Character Creation" scene.

While the project is built with Infinity PBR characters in mind, it can be used with any characters, and can be modified in other ways as well to better suit your project.

The demo scene comes with a demo data object (replace this with your own data object), the demo scene controller, and a UI system set up for basic operations. If you're using Infinity PBR characters and modular wardrobe, it also features scripts to drive easy integration and customization of those.

{% embed url="<https://www.youtube.com/watch?v=QwtKbHnctTc>" %}

{% embed url="<https://www.youtube.com/watch?v=MNx6GEUzLvM>" %}


---

# 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://infinitypbr.gitbook.io/magic-pig-games/game-modules-4/game-module-systems/character-creation.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.
