Unity-Technologies / multiplayer-community-contributions

Community contributions to Unity Multiplayer Networking products and services.
MIT License
421 stars 161 forks source link

ExampleNetworkDiscovery only works in Editor? #202

Open plasmanunchucks opened 1 year ago

plasmanunchucks commented 1 year ago

OnServerFound of type ServerFoundEvent : UnityEvent<IPEndPoint, DiscoveryResponseData> only works in Unity Editor? Because in ExampleNetworkDiscoveryHud the discoveredServers dictionary isn't being populated in runtime builds.