Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Resolved Publish server as docker container

Discussion in 'Multiplayer Dev Blitz Day 2022' started by bdovaz, Oct 27, 2022.

  1. bdovaz

    bdovaz

    Joined:
    Dec 10, 2011
    Posts:
    1,009
    How viable is it, has the topic come up at some point? As far as I know, it is not supported officially to run Unity (either the editor or player) from a docker container.

    I understand that the server part is coupled to Unity and it is not possible to deploy a pure .NET solution no?
     
  2. FlorianAtUnity

    FlorianAtUnity

    Unity Technologies

    Joined:
    Jun 16, 2021
    Posts:
    15
    Using a docker image for your server is supported.
    The binary can be a linux build of your unity server or something 100% custom.
    You can also upload your linux server directly if you don't wish to use docker.