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

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?

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.