Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b3
Issue ID
765215
Regression
No
[UNETServerDLL] "IsBroadcastDiscoveryRunning()" function returns true when broadcast is not running
Steps:
1. Call NetLibraryManager.IsBroadcastDiscoveryRunning() function without actually starting broadcast discovery
==>
It returns "true"
Example:
var manager = new NetLibraryManager();
Console.WriteLine(manager.IsBroadcastDiscoveryRunning());
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
- [iOS] WebCamDevice.availableResolutions returns a single resolution with width and height both 0 on some iOS devices
Add comment