Skip to content

Deployment

Building and Deploying your application

If you want to deploy your application, you can build an executable of your simulation.

To do so:

  1. Save your current Unity scene (Ctrl + S)
  2. In the INTERACT menu, click on Build Executable
  3. Select the target folder (where the executable will be built)
  4. The executable file of your application has been generated in the target folder (InteractBuild.exe) If you need to distribute your application, do not forget to send the InteractBuild_Data folder along with the executable file.

Differences with Unity build settings

The Interact Build Executable will execute a standard Unity build, so every settings in Build Settings will be applied. However, Interact will also sign the executable using your publisher license. This signature will allow your executable to be executed without further license check.