Notify All Players¶
To access the Notify All Players feature, navigate to the Communicate section and select "Notify All Players"
Any text put into this field will be sent to the NotificationService and into the DBENGINE.SYSTEM.MSG channel. By subscribing to this channel using the NotificationService, you can receive this message at the game client and display it to players.
To collect this message and display it in the game client using Unity, use the following code which should go inside a class that inherits from MonoBehavior:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
For an Unreal code sample, please send your request to support@beamable.com
