# Welcome

Thank you for downloading my Game Creator 2 Module: Creatures!

This module will add the capability for adding all kinds of creatures to your game projects, and it includes a custom targeting system, as well as numerous examples for different battle styles, such as 1v1, 2v2, and side-based grid battles.

I **HIGHLY RECOMMEND** playing (and studying) all the examples before building your own game with this module. I also recommend copying and pasting my example scenes for what fits closest to your wanted design and modify them from there, unless you really need to build your own system from scratch (which of course is also possible).

## Support

Note: Before requesting support, please check the FAQs page to see if your question has already been answered!

If you still need help with this module or just have questions, feel free to reach out! **My discord server has a dedicated channel for module support.**

Discord Server: <https://discord.gg/DXjXjmaGPZ>

Email: <McKinleyMassacre@gmail.com>

### Requesting Additions

Please feel free to contact me about additions you feel the module would benefit from (if it doesn't already have the ability to build it)! Check out the [Roadmap ](/gc2-creatures-module/roadmap-and-changelog/roadmap.md)for already planned features.

## Music Usage

Music has been provided by **Composer Squad** (and used with permission) and is featured in their Unlimited Game Music Bundle, which can be found here: <https://assetstore.unity.com/packages/audio/music/unlimited-music-bundle-vol-1-218017>. Please do not reuse this music; it is provided for this asset only. You *must* buy your own license to use it in your custom projects.

Composer Squad's Asset Store page: <https://assetstore.unity.com/publishers/57196>


---

# 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://mckinley-massacre-studios.gitbook.io/gc2-creatures-module/readme.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.
