# Minimap Wizard

{% embed url="<https://youtu.be/SqGLSVgY528>" %}

## Accessing the Wizard

The minimap wizard requires that the game scene you want to make the map for is open in the editor.  The scene should have a SceneConfig object in it to work properly.

The Minimap Wizard can be opened by clicking *Tools* in the menu bar, and selecting *AnyRPG > Wizard > Minimap Wizard*.

![](/files/I4h25nPm6hcimZ4A3Muu)

![](/files/YLyUOUGE74asiSzu0hQi)

## Settings

| Name               | Description                                                                                                                                                                                                                          |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Game Name          | The name of the game in your Unity project to install the template content in.  This will be automatically filled in if you have any scene with the SceneConfig prefab open.                                                         |
| Pixels Per Meter   | The number of pixels to be rendered in the map image per horizontal meter of the scene.                                                                                                                                              |
| Camera Clear Flags | <p><strong>Depth</strong><br>The image will have a transparent background<br><strong>Color</strong><br>The image will have a solid color background<br><strong>Skybox</strong><br>The image will have a skybox in the background</p> |
| Background Color   | If the geometry of the level is not a perfect square, and the Camera Clear Flags are set to color, what color should be used to fill in the empty areas.                                                                             |

## Content Created

After choosing all the settings, click Create to run the wizard.

![](/files/BxHN0fTzMaysEgFvhG27)

The following content will be created.

### Map Image

The map image can be found in the *GameName/Images/MiniMap* folder.

![](/files/csjcsTe4KXVvehsKpRFG)

## Next Steps

The minimap image will be loaded automatically when the scene is loaded.  There is no additional configuration required.


---

# 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://docs.anyrpg.org/wizards/minimap-wizard.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.
