# Build with Unity

Use this section to build Bridge XR experiences in Unity and publish them.

This section is mainly for developers, student creators, faculty teams, and external partners.

### Recommended order

1. Install or access **Zoe for Unity**.
2. Add the **Bridge XR integration package**.
3. Build your experience in Unity.
4. Add Bridge XR tracking and completion actions.
5. Upload the experience from Unity.
6. Test the published result.

### What this section covers

* Unity setup for Bridge XR
* Zoe for Unity
* the Bridge XR integration package
* upload from the Bridge Wizard
* testing after upload

{% hint style="info" %}
Published experiences can be targeted for browser-based playback through the **web player**. Headset-based playback uses the installed **Bridge XR App** on **Meta Quest**.
{% endhint %}

### Pages in this section

* [Develop Experiences in Unity](/bridge-xr/build-with-unity/develop-experiences-in-unity.md)
* [Upload Experiences from Unity](/bridge-xr/build-with-unity/upload-experiences-from-unity.md)
* [Test Published Experiences](/bridge-xr/build-with-unity/test-published-experiences.md)


---

# 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://unity.zoeimmersive.com/bridge-xr/build-with-unity.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.
