Search Unity

Connecting multiple mobile users

Discussion in 'Multiplayer' started by WilliamHarmon, Dec 12, 2017.

  1. WilliamHarmon

    WilliamHarmon

    Joined:
    Mar 9, 2017
    Posts:
    17
    I'm looking to make a multiplayer game. Specs are:
    >Android OS
    >Mobile devices
    >Not picky about connection type (bluetooth vs wifi network vs whatever other options are available).

    I'm very new to networking though, and am not sure what built in systems Unity has to support this. Any experts here able to point me in the right direction as for the easiest way to do this? Does not need to be incredibly robust as this is a personal project, not something I'm looking to publish at large.

    Thanks a ton!
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    I'd run through some UNet tutorials on PC first to get the hang of it (since UNet is built in and does ok for the most part), then try moving them over to mobile while your mobile device is connected to your home wifi.