# Polish

<details>

<summary>TIPS FOR BEGINNERS</summary>

Polish is the word used to describe a game that feels smooth an natural, with responsive feedback to player actions and object interactions. An example would be sound and visual effects triggered when a player collects, destroys, or uses an item.

Beginners who are ready to apply polish to their game should focus on simple details. Be careful not to modify your working logic too much at this point. It could break a working game flow that could feel a bit more natural, but works and matches your skill level (which is important if you discover a bug in your gameplay later that needs quick fixing).

</details>

> **Game Production Guide Navigation**\
> :red\_square:[concept](https://docs.sandbox.game/en/creator/game-maker/game-production-guide/concept "mention")  :orange\_square:[blockout](https://docs.sandbox.game/en/creator/game-maker/game-production-guide/blockout "mention")  :yellow\_square:[logic](https://docs.sandbox.game/en/creator/game-maker/game-production-guide/logic "mention")  :green\_square:[art](https://docs.sandbox.game/en/creator/game-maker/game-production-guide/art "mention")  \
> :blue\_square:[quality-assurance](https://docs.sandbox.game/en/creator/game-maker/game-production-guide/quality-assurance "mention")  :purple\_square:[polish](https://docs.sandbox.game/en/creator/game-maker/game-production-guide/polish "mention")  :white\_large\_square:[marketing](https://docs.sandbox.game/en/creator/game-maker/game-production-guide/marketing "mention")

## **5. FINAL**

Apply your plans from when you considered your desired [**Look & Feel in Mission 6 of the Creative Concept phase**](https://docs.sandbox.game/en/creator/game-maker/concept#game-art-what-does-it-look-like).&#x20;

{% tabs %}
{% tab title="Mission 1" %}

### FINALISE ASSETS

Make final adjustments to asset placement.&#x20;

Replace assets that do not fit well with the Experience or need an improvement. Ensure all assets that have been finalized and approved have been added to the Experience.

#### Need More "[Dressing](https://docs.sandbox.game/en/creator/game-maker/creative-guides/experience-design-techniques/art-design/detailing-dressing)"?

If your game's core logic is functioning well, level designers may begin adding decorative assets to fill the empty space. This is a good time to decide if you would rather add less assets for dressing and more logic for ambiance (Mission 2).

Do this in waves across the whole Experience so it's evenly detailed, adding more each time if you still think it's needed. This is a good time management strategy and performance management method.

Though you'll perform quality assurance tests in the next phase, you should test often in this phase if you're adding a large number of assets or if you add assets with a large number of faces or nodes.
{% endtab %}

{% tab title="Mission 2" %}

### FINALISE NARRATIVE & ART DETAILS

{% hint style="warning" %}
If your Experience is not performing as expected or you're having difficulty keeping up with the timeline, focus on completing a minimum viable product instead of adding extra details.
{% endhint %}

Once the functional logic for the main gameplay is working well, it's time to polish the more immersive elements of the Experience.&#x20;

Test often to ensure that the Experience still performs well when played.&#x20;

* **Visual:** Lights, camera, weather, visual FX, player HUD layout, NFTs on display
* **Sound:** Music, sound effects
* **Narrative:** Asker dialogue, speaker components, and quest text. Now is a good time to apply any [**rich text formatting**](https://docs.sandbox.game/en/creator/creative-guides/logic-guide/text-quests-and-icons#text-formatting) you desire to add flavour if all logic and text runs smoothly and is well balanced.
  {% endtab %}
  {% endtabs %}

## **6. QA & MARKETING**

{% tabs %}
{% tab title="Mission 3" %}

### THE PLAYER EXPERIENCE

Play your game again objectively, suspending your assumptions about how it is supposed to look or feel, and don't think too much about how it is supposed to be played.

Soak it in as a player would and think about what last small changes can be made to make it feel more natural for interaction and aesthetics. If an action is feasible, get it done and update team members working on graphics, trailers, etc.
{% endtab %}

{% tab title="Mission 4" %}

### CORE MARKETING CONTENT

#### Finalise Your Official Trailer

Review the teaser you created and our documentation to [**Create an Experience Trailer**](https://docs.sandbox.game/en/creator/game-maker/publish-experiences/experience-manager/experience-page/create-an-experience-trailer) using Game Maker and create your final trailer, applying any changes to the name, logo.&#x20;

Polish added to your Experience in Mission 1, 2, and 3 should be considered when polishing your trailer. Are there any shots that would be better if retaken? Are there any new shots to add or remove?

Show off the most aesthetically pleasing content or the most appealing gameplay, which has likely been refined to work more smoothly by now.

#### Finalise Your Experience Page

Add your updated trailer to your Experience page and modify the page to better&#x20;
{% endtab %}
{% endtabs %}


---

# 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.sandbox.game/en/creator/game-maker/game-production-guide/polish.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.
