# How to edit map and add new levels to the map

### <mark style="color:red;">**Attention!**</mark>

These [video tutorial](https://www.youtube.com/watch?v=q7jWMUDo9UU) fit most of our assets.

If you have not found the questions you are interested in, do not hesitate to contact us by [Discord ](https://discord.gg/B4cakyg)channel.

​

1- Open game scene

<figure><img src="https://static.wixstatic.com/media/d59ada_bdc0abbefd5944d4894a4b75c0a1447e~mv2.png/v1/fill/w_335,h_245,al_c,q_85,enc_auto/24_PNG.png" alt=""><figcaption></figcaption></figure>

2- Select Scene view

<figure><img src="https://static.wixstatic.com/media/d59ada_f29550101a8344ab9c97d073cc0cd59f~mv2.png/v1/fill/w_600,h_265,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/25_PNG.png" alt=""><figcaption></figcaption></figure>

3- Double click on LevelsMap object in Hierarchy to see it in center.

<figure><img src="https://static.wixstatic.com/media/d59ada_ca7ad1062ba64f93b2901db95eff753b~mv2.png/v1/fill/w_600,h_228,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/26_PNG.png" alt=""><figcaption></figcaption></figure>

4- Select level icon you need on the map

<figure><img src="https://static.wixstatic.com/media/d59ada_715c9cfeb5cd49509ad63a358db03041~mv2.png/v1/fill/w_545,h_368,al_c,q_85,enc_auto/27_PNG.png" alt=""><figcaption></figcaption></figure>

5- Drag it where you need.

6- If you need to add a new level, select the last icon on map. Now it is 100th level

7- Click “Insert after” in inspector window

<figure><img src="https://static.wixstatic.com/media/d59ada_4b8bb5e83b2942c48331efa92e2868bc~mv2.png/v1/fill/w_556,h_475,al_c,q_85,enc_auto/28_PNG.png" alt=""><figcaption></figcaption></figure>

8- Drag it where you need.

9- Also you have “delete” and “insert before” buttons there

&#x20;

<mark style="color:red;">**Remember:**</mark> If you want to create new levels (more than 100levels), you need to create new levels in LevelMakerEditor and then to create the new object on map.

\
10- How to edit Player Icon position:

<figure><img src="https://static.wixstatic.com/media/d59ada_e82c8966d29146c38b044ebcff1960d2~mv2.png/v1/fill/w_579,h_341,al_c,q_85,enc_auto/29_PNG.png" alt=""><figcaption></figcaption></figure>

The grey points in the map editor is the Player Icon position. You can change it, just look in Hierarchy and select Levels map, expand it:

<figure><img src="https://static.wixstatic.com/media/d59ada_e6374afa00b94ecca15b8eb0f58bca27~mv2.png/v1/fill/w_371,h_275,al_c,q_85,enc_auto/30_PNG.png" alt=""><figcaption></figcaption></figure>

After this, expand any "level...", you see the "PathPivot". It is the position for the player icon.

<figure><img src="https://static.wixstatic.com/media/d59ada_751095102bc04b4fbe0223282af9741f~mv2.png/v1/fill/w_372,h_270,al_c,q_85,enc_auto/31_PNG.png" alt=""><figcaption></figcaption></figure>

Just drag it in the necessary place.

## Targets on the Map

![32.PNG](https://static.wixstatic.com/media/d59ada_3dce2c6a348d4907a9cb6e3cb6a4fee3~mv2.png/v1/fill/w_64,h_40,al_c,q_85,enc_auto/32_PNG.png)

Get the Star (destroy the items the same colors and get the required number of score and get the star)

![33.PNG](https://static.wixstatic.com/media/d59ada_9b80fe3e83d9474b9bcc379833d5e54a~mv2.png/v1/fill/w_58,h_64,al_c,lg_1,q_85,enc_auto/33_PNG.png)

Get Ingredients (destroy all the objects hindering drop ingredients down)

![34.PNG](https://static.wixstatic.com/media/d59ada_8050ca90f794484f9243bf5a571d7484~mv2.png/v1/fill/w_64,h_40,al_c,lg_1,q_85,enc_auto/34_PNG.png)

Get the star for a few minutes (destroy the items the same colors and get the required number of score and get the star for a few minutes)

![35.PNG](https://static.wixstatic.com/media/d59ada_5ab0cd159a644ec6a4d06f0f2ca913f5~mv2.png/v1/fill/w_64,h_40,al_c,lg_1,q_85,enc_auto/35_PNG.png)

Destroy all sugar on game field

![36.PNG](https://static.wixstatic.com/media/d59ada_e2f5ecbe17494f15a57b294a64802839~mv2.png/v1/fill/w_60,h_64,al_c,lg_1,q_85,enc_auto/36_PNG.png)

Gather the required number of items this color


---

# 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.candy-smith.com/main/general-info/how-to-edit-map-and-add-new-levels-to-the-map.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.
