Version: 2017.1

NetworkDiscovery.OnReceivedBroadcast

Switch to Manual
public void OnReceivedBroadcast (string fromAddress, string data);

Parameters

fromAddress The IP address of the server.
data The data broadcast by the server.

Description

This is a virtual function that can be implemented to handle broadcast messages when running as a client.