Bluetooth or LAN multiplayer?

So with UNET Depreciated I am looking for a way to do LAN multiplayer or Bluetooth multiplayer that is free. I have seen stuff like photon but I do not want to really use outside servers to host my game. Is there any way I can do LAN or Bluetooth multiplayer at the moment.

1 Like

This thread has many of the available network choices currently:

1 Like

You should be able to host local games by using your private IP addressees. Is this your first networked game?

I’m a beginner at networking, so sorry if this isn’t helpful.

1 Like

This is correct, as pretty much any network API which doesn’t depend on a cloud system or installing a licensed dedicated server will work for lan multiplayer. If you want auto discovery, I think your options get smaller as that is a feature not every API bothers implementing. But people who like lan games generally know how to type an IP address.