Search Unity

Question Is it possible to create a server outside of Unity?

Discussion in 'Netcode for GameObjects' started by bdovaz, Aug 25, 2022.

  1. bdovaz

    bdovaz

    Joined:
    Dec 10, 2011
    Posts:
    1,053
    @luke-unity I don't know if what I'm saying is possible or if I'm talking nonsense.

    In UNET both client and server are Unity executable files.

    Is it the same in this case? Can't the server be in a .NET 6 console app for example? And hosted in a docker container for example.

    I mean, is the server coupled to Unity APIs or not?