Search Unity

local multiplayer game (without internet-lan-wifi-hotspot-bluetooth)

Discussion in 'Multiplayer' started by ElegantUniverse, Nov 30, 2019.

  1. ElegantUniverse

    ElegantUniverse

    Joined:
    Sep 13, 2018
    Posts:
    78
    hello
    i want to create local multiplayer(with wifi-hotspot or bluetooth) that need only one host and one client must be in same room. Can I still use Unet according to my needs?
    what do you guys recommend for offline multiplayer?
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Unet has been deprecated for a year and a half, so no don't use that. A wifi hotspot would just be a TCP/IP network so any solution which doesn't require a cloud service should work. Though I'm not aware of one which actually handles enabling and connecting the hotspot itself for you.