# Publishing the Digital Twin

You can run your Digital Twin simulation model in the Unity Editor by clicking the "Play" button. However, this requires the Unity Editor to be installed. Publishing the Digital Twin allows you to share it with customers, partners, and prospects without having the Unity Editor installed or the need of any license. Like publishing a "game".

## Build Settings

For publishing you first need to define your build settings. Build settings is opened by `File > Build Settings...`

<figure><img src="/files/SboU2ttwjX0tPr2krzuE" alt=""><figcaption><p>Build settings</p></figcaption></figure>

In Build settings the destination platform (WebGL, Windows, Linux, Mac, Android, iOS and so on) and the scene (the model) which should be included into build needs to be defined.

After selecting Build you are asked to define the destination folder of your build.

For some destination platforms you need to install additional packages to your Unity installation.

There are some limitations, specially with some interfaces, for some destination platforms, which are described in [Supported Platforms](/advanced-topics/supported-platforms.md)

Please also check Unity Documentation for more information about making a build:

{% embed url="<https://docs.unity3d.com/Manual/Windows.html>" %}

## Publishing Platforms

realvirtual supports multiple publishing platforms to distribute your Digital Twin:

* [Windows](/basics/publishing-the-digital-twin/windows.md) - Standalone Windows executable builds
* [WebGL](/basics/publishing-the-digital-twin/webgl.md) - Browser-based deployment
* [CMC ViewR](/basics/publishing-the-digital-twin/cmc-viewr.md) - Integration with CMC ViewR platform
* [Innoactive](/basics/publishing-the-digital-twin/innoactive.md) - Cloud hosting and VR streaming platform

Select the platform that best fits your distribution needs. Each platform has specific requirements and optimizations detailed in their respective documentation pages.

© 2025 realvirtual GmbH [https://realvirtual.io](https://realvirtual.io/) - All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including printing, saving, photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher.


---

# 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://doc.realvirtual.io/basics/publishing-the-digital-twin.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.
