> For the complete documentation index, see [llms.txt](https://profpivec.gitbook.io/documentation-and-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://profpivec.gitbook.io/documentation-and-tutorials/game-creator/ui-components-for-game-creator/mini-maps/minimap-quickstart.md).

# MiniMap QuickStart

### Quick Start MiniMap

To implement the GC Minimap, follow a few simple instructions as shown below.

1. From the PivecLabs/UIComponents/Prefabs folder, drag the prefab named **Canvas - Minimap** to your scene Hierarchy.
2. The Prefab in your scene should look as follows the image below.&#x20;

![](https://1680659799-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LauqCzuMnmk33t__Yp5%2F-M0qVflioygm7wwLG1fE%2F-M0qY9S-aW0LKfm88Bsd%2Fm1.jpeg?alt=media\&token=fdbe9a48-0adc-475b-9701-b67e4157bb69)

3\. You can configure the features such as using a Scroll wheel for the Zoom, and which button to use for dragging the Full map in the Map Manager Inspector Panel.

![](https://1680659799-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LauqCzuMnmk33t__Yp5%2F-M0qVflioygm7wwLG1fE%2F-M0qZ0C-xxQfuaFSELjl%2Fm2.jpeg?alt=media\&token=2d6a9a55-9d4c-4ecd-90cc-cc5301e869e5)

3\. Next, Add a Trigger for OnStart and add the Action **Display MiniMap.**

4\. You can change the graphics later (see tutorials section below), but for now lets just enable the Minimap Actions. In the Display MiniMap Action, drag the Map Manager from the Prefab in your scene to the Map manager slot, drag the **Panel - Minimap**  (not the Canvas) into the corresponding slot, and the **RawImage - texturemap** also into the Action.

![](https://1680659799-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LauqCzuMnmk33t__Yp5%2F-M0qVflioygm7wwLG1fE%2F-M0qZY_nzrMH4ePZEVN5%2FM3.jpeg?alt=media\&token=254d53bd-dbe6-47df-9b19-e47570bc7390)

5\. Choose the desired position from the dropdown selection, the Field of View for the Camera,  and press play. All should now work as desired. The Action will create the render texture and the camera, adding it to the player at runtime. You can also click Rotate Frame if you want the Map Frame to rotate with the Minimap Camera.

{% hint style="success" %}
You can change the graphics, the size and border, and the rotation function by updating the prefab. This is covered in the Tutorial below.
{% endhint %}
