Hi everybody
This is my first time making a local multiplayer game.
I try to connet 2 mobile devices over WiFi.
The thing is the client finds the connection, but when I press the button nothing happens !
I tried using the Netwrok Discovery component and NetwordHUD and both give the same result.
Any ideas ?
It is a known issue that some mobile devices do not work with Network Discovery. There are previous threads on the topic. Not enough info here to guess as to why the Hud isn’t working.
To troubleshoot, verify first that two standalone builds can connect on your own computer. If successful, between two different computers on the same network. If successful, between your computer and 1 mobile device (testing both hosting on the computer, and hosting on mobile). The next would be testing between the 2 mobile devices, but you already determined that isn’t working.
Check what the player logs look like between successes and failures, etc, and you’ll have more information to go on.
Also, Unet was deprecated well over a year ago. It is a bad idea to just now be starting a new project with it.