Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Lan game

Discussion in 'Multiplayer' started by jandebeast, Feb 13, 2022.

  1. jandebeast

    jandebeast

    Joined:
    Feb 13, 2022
    Posts:
    1
    Hello,
    I want to make a multyplayer LAN game. the idea of the game is simple but i don't know how to work it out.
    There are multiple computers and each computer has a different minigame, when the minigame is completed the computer has to send the progress to the other computers. Can someone help me with the networking aspect.
     
  2. r31o

    r31o

    Joined:
    Jul 29, 2021
    Posts:
    460
    Have you seen Riptide Networking?
    It seams is perfect to you, it allows for client-server architecture and peer-to-peer.
    The creator is making a tutorial series and there are project examples to both client-server and peer-to-peer.
    I think p2p is the best option for you, so I will reccomend you to download the example project for p2p, read the instructions in the GitHub (there are very clear, is very easy) and modify the example project to make your LAN game (the creator makes the tutorials on client-server, but you can use some logic of the tutorials)

    Hope it helps.