Unity ad hoc Android multiplayer possible ?

I was googling and could not find the answer.

My question is simple: Can you make multiplayer unity game that connects devices via wifi BUT without using networks. If I haven’t made my self clear let me put it this way. I want to create multiplayer game that works over wifi even when there are no available networks around.

Any help is appreciated so much.

of course.
You could make one of the players create a portable hotspot, and host the game, then the other players connect to that hotspot. Unet does work without internet, but you need a wifi access point.

I’m pretty sure that you can create a portable hotspot using code, instead of creating one manually.