# Exporting for Desktop

To export your experience as a Desktop app (for Windows or macOS), follow the procedure below.

{% embed url="<https://youtu.be/LrHKFcdbxKQ?si=ek6-fqAYVTnKo3y7>" %}
Instructions for Desktop start at 3:11.
{% endembed %}

### Export Settings

* Make sure that `Enable Desktop Camera` is checked in the inspector of your interactive camera(s) (Interaction Rig).
* Go to File > Build Profiles (or Build Settings).
* Select your desired platform in the sidebar: Windows or macOS.

{% hint style="info" %}
In Unity 2023 and prior, you must select `Windows, Mac, Linux` in the sidebar, then your desired platform in `Target Platform`.
{% endhint %}

* If you see an `Install with Unity Hub` button, click on it. Unity will then install the necessary modules for your selected platform. You may need to close and reopen Unity after the process.
* With your platform selected, click on `Switch Platform` at the bottom of the Build Profiles window. If you don't see this button that means your project is already set up with the correct platform.

### Exporting for Desktop

* In File > Build Profiles (or Build Settings), make sure all necessary scene(s) of your experience are selected in the Scene List.
* Hit `Build`.
* Name your build, select a folder for it to be exported to, then click `Save`.

It will take a few minutes for your build to export. Once done, your exported files will automatically open in a new window.

### Playing your Experience

Once you've exported your build, it's time to play!

* Open the .app (for macOS) or .exe (for Windows) file with the name of your experience. That's it!


---

# 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/exporting-your-app/exporting-for-desktop.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.
