- Home /
Question by
MMJasonLi · Jan 17, 2018 at 06:55 AM ·
multiplayernetwork
NetworkManagerHUD Component not found in MonoDeveloper?
I want to use getComponent
to click the "Lan Host(H)" button by script. But NetworkManagerHUD
class is not found. Why?
Edit
added using UnityEngine.Networking;
.
Comment
Answer by dev-waqas · Jan 17, 2018 at 06:57 AM
Add this at the top of your class file.
using UnityEngine.Networking;