# How to build your scene for Android and iOS Devices?

* [ ] Make sure you have added the UnityAR Camera Settings Provider to your scene.
* [ ] Switch platform to either Android or iOS in the Unity Build Settings

  When you switch the platform you should see the MRTK Project Configurator Window with settings for your chosen platform. Click Apply to enable platform specific settings.

  iOS Project Configurator Settings.

![Project Configurator Settings.](/files/-M9WH1gNb8VtsIk-H4yg)

{% hint style="info" %}
There are no additional steps after switching the platform for Android.
{% endhint %}

* [ ] &#x20;If the platform is iOS, Edit > Project Settings > Player > Other Settings, under the Optimization header, **uncheck** Strip Engine Code

![Optimization header, uncheck Strip Engine Code.](/files/-M9WHToqYHr9X0AXDA_D)

{% hint style="info" %}
&#x20;Unchecking Strip Engine Code is the short term solution to an error in Xcode [#6646](https://github.com/microsoft/MixedRealityToolkit-Unity/issues/6646). We are working on a long term solution.
{% endhint %}

* [ ] Build and Run your scene to your device.


---

# 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://www.xrdev.app/mixed-reality-docs/lessons/lesson1/project/how-to-build-your-scene-for-android-and-ios-devices.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.
