Does it work?
Sorry, I just cloned the project and opened the sample scene. I expect this to work.
Some observation:
- I clicked the
Hostbutton, but it doesn't do anything (no errors or warnings). - I clicked the
Connectbutton, and it does work, but obviously, after a while, it shows "disconnect".
🤔
Firewall issues?
Cloned this repo and also had issue that Host button didn't do anything.
After looking at UI objects in Scene I found that the problem was in HUD and DebugText objects - on small screen they appear on top of Host button. Because of that clicking on Host button doesn't do anything.
Solution: just move HUD and DebugText objects to some other place on the screen. For example, I moved them to left part of screen. After that Host button started to work.
Here are the objects that you should move:
Here is where I moved them (they must not overlap with Host button):