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.

Question Start mirror server in console

Discussion in 'Multiplayer' started by marccalafell, Dec 20, 2021.

  1. marccalafell

    marccalafell

    Joined:
    Aug 21, 2019
    Posts:
    6
    Hi guys, I'm making a survival game with mirror net solution. I want to start my server with a .bat file, is this possible and if it is, how can i do it?
     
  2. ARKMs

    ARKMs

    Joined:
    Dec 10, 2014
    Posts:
    4
    Yes is possible.

    Make a build with the server build checkbox is checked, on your first scene you have a NetworkManager, and run your game exe. Mirror will start the server.