# Create Profiles

## Map Texture Creator

The *Map Texture Creator* is used to render a static texture of your whole map and create a [Map Profile](https://sickscoregames.gitbook.io/hud-navigation-system/map-profiles/overview) out of it. The final texture can be edited in an image program to customize the look and feel of your (mini)map.

{% hint style="info" %}
Make sure to hide all elements, which should not appear on the final map texture, before you create the *Map Profile*.
{% endhint %}

You'll find the *Map Texture Creator* in the Unity main menu:\
\&#xNAN;*Window* > *Sickscore Games* > *HUD Navigation System* > *Map Texture Creator*

![](https://1678974394-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M60ifXggrwX3SPH6XX3%2Fuploads%2FSvWbQ6r0RLHHVvygptj3%2FHNS%20Texture%20Creator.png?alt=media\&token=e87bea7c-a00c-4440-913a-a889bd3c2a58)

## :level\_slider: Usage

Once you open the *Map Texture Creator*, a new GameObject called '*HNS MapTextureCreator*' will be automatically added to the scene, which holds all necessary components.

The process of creating a new *Map Profile* is pretty straightforward:

1. Enter a name for your new MapProfile
2. Select a fitting texture size.
3. Adjust the bounding box of your map. Use the box handles to modify the size within the scene view.
4. (optional) Assign your terrain / level mesh to automatically adjust the size of the bounding box. With the *Scale Multiplier* you can manually fine-tune the size of the generated bounding box.

Once the *Map Profile* is created, it will be highlighted in the project window and is ready to be assigned to the [HUD Navigation System](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-system/settings#minimap-settings) component or to a [Scene Configuration](https://sickscoregames.gitbook.io/hud-navigation-system/scene-manager/scene-configurations).
