Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0a5
Issue ID
821385
Regression
No
[Networking] NeyworkDiscovery component has "useNetworkManager" flag set to true by default
NeyworkDiscovery component has "useNetworkManager" flag set to true - this cause warning when user don't use NetworkManager in this scene
The correct behavior would be:
- to check if there is NetworkManager component in the scene and only then set this flag to true
OR
- simply set this flag to false by default
How we can reproduce it using the example you attached
1 Open attached project
2 Open scene "sc1" and press Play
3 Notice warning in console:
"NetworkDiscovery broadcast data changed while using NetworkManager. This can prevent clients from finding the server. The format of the broadcast data must be 'NetworkManager:IPAddress:Port'."
Actual result: that warning is expected and caused by "useNetworkManager" flag set to true (but in the script we are trying to change "broadcast data")
Expected result: "useNetworkManager" flag SHOULD NOT be set to true by default
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment