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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

LAN Multiplayer

Discussion in 'Multiplayer' started by itsplynyo, Jan 24, 2023.

  1. itsplynyo

    itsplynyo

    Joined:
    Jan 24, 2023
    Posts:
    1
    I'm developing a simple 2D board game and I need to make it multiplayer to organize tournaments and etc.
    What's the best approach? I don't want to use any dedicated server that is not one of the players, so it would be one of the clients to host every match. And I would like to play it in VPN's like Radmin or Hamachi with my friends. Thanks in advance.