Version: 2018.2

説明

Dispatched before the RemoteSettings object makes the network request for the latest settings.

void Start()
{
    RemoteSettings.BeforeFetchFromServer += RemoteSettingsBeforeFetchFromServer;
}

public void RemoteSettingsBeforeFetchFromServer() { /*...*/ }