Network Manager HUD not showing?

Hello,

I am still very new to unity and I have been doing some tutorials and such to learn. It has been smooth sailing, until I did this tutorial: https://unity3d.com/learn/tutorials/topics/multiplayer-networking/introduction-simple-multiplayer-example?playlist=29690

I followed its instructions and added the network manager and network manager HUD, but when I run the project no menu shows up like it does in the example.

Does anyone know a solution to this issue or am I doing anything wrong?

I’m also using the free plan, could that be the issue?

Thanks in advance

97858-scale.png
@DuckDuk

Haha. My teammate gets same problems. Turn out the culprit is the scaling. In your case, the scale is currently 2.7. You need to decrease it to 1. That’s all.

This caught me out too. Looks like the HUD controls were moved.

When you start the scene a new section appears under “Network Manager HUD” called “Runtime Controls”. You can see it in the screenshot. Expand that and you should see buttons for “Lan Host”, “Lan Server”, “Lan Client” and “Start Matchmaker”.

If you’re still having this error after checking your player zoom this may be your case: I encountered this error because I mistakenly had added 2 Network Manager components within my network manager game object. Unity did not like that! Once I removed the extra one it was working.