NetGameExample icon indicating copy to clipboard operation
NetGameExample copied to clipboard

Does it work?

Open jcs090218 opened this issue 10 months ago • 2 comments

Sorry, I just cloned the project and opened the sample scene. I expect this to work.

Some observation:

  1. I clicked the Host button, but it doesn't do anything (no errors or warnings).
  2. I clicked the Connect button, and it does work, but obviously, after a while, it shows "disconnect".

🤔

jcs090218 avatar Feb 19 '25 05:02 jcs090218

Firewall issues?

AldeRoberge avatar May 12 '25 18:05 AldeRoberge

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: Image

Here is where I moved them (they must not overlap with Host button): Image

koshelevandrey avatar Nov 26 '25 18:11 koshelevandrey