> For the complete documentation index, see [llms.txt](https://anything-world.gitbook.io/anything-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anything-world.gitbook.io/anything-world/unity/documentation/building-your-project.md).

# Building Your Project

## 1. Included Shaders&#x20;

When building projects that only use the runtime scripting API Unity will cull shaders that are not in use, so it's recommended to go to Project Settings > Graphics and add the default shaders used in the AW pipeline.&#x20;

* Standard (Metallic)
* &#x20;Standard (Specular)
* &#x20;Standard Transparent (Metallic)
* &#x20;Standard Transparent (Specular)

<figure><img src="/files/K6IwUpDvVpL7UjN3X23D" alt=""><figcaption><p>Add the newly created URP Asset to the Scriptable Render Pipeline Settings in the Project Settings panel.</p></figcaption></figure>

{% hint style="warning" %}
If there are not enough elements available then please increase the Size parameter to include the listed shaders. It is not recommended to change the existing shaders unless you have experience with this.
{% endhint %}

<figure><img src="/files/eYYnBI7IeDVm93uWA0W5" alt=""><figcaption><p>Include the following shaders</p></figcaption></figure>

### 2. MacOS Microphone Permissions

Some platforms including mobile and MacOS require a Microphone Usage description for builds that include microphone usage, this will usually be shown to users in a popup format when requesting microphone access.&#x20;

To do this, navigate to **Project Settings > Player > Other Settings > Mac Configuration > Microphone Usage Description.**<br>

<figure><img src="/files/ZRbaZkKCK5aaFYo0GBVw" alt=""><figcaption><p>Example of a microphone usage description, you should tailor yours to the use case in your project. </p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://anything-world.gitbook.io/anything-world/unity/documentation/building-your-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
