Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
4
Found in
Issue ID
742022
Regression
No
NetworkDiscovery broadcast data cannot be changed
With the NetworkDiscovery components, the broadcast data cannot be changed while the component is running.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
steampunkdigital
Jul 28, 2018 08:09
Still broken.
You have to StopBroadcast(), wait a frame, modify broadcastData, and StartAsServer() again.
storybelldev
Apr 25, 2018 05:35
Having similar issue, try to send broadcast of empty slots, but broadcast data can't be changed while broadcast is running.
Do we have other options rather then stop and start broadcast again?
Do we change broadcast data from directly NetworkTransport at runtime?
pgbarber
Nov 01, 2017 16:48
I also would really like this feature. I want to use broadcast data in my server list so that it can display dynamic server info such as available slots.
Recurring
Oct 25, 2017 13:09
This is really affecting a chat system I'm making. It really should be fixed.
jamesmunro
Jun 23, 2016 10:54
I am also having this issue on 5.3.5f1.
There are also still numerous issues with discovery broadcasts not working after restarting the discovery service multiple (typically 3 or more) times.
gamecakestudios
May 10, 2016 00:27
I am still having this issue. When was it fixed, and which version of Unity is the fix included in? Also how do we update the broadcasting message?
phineliner
Nov 09, 2015 12:50
How can the broadcast data be changed while service is running? I currently restart broadcastdiscovery in order to change the data being send.