Version: 2018.1

RemoteSettings.BeforeFetchFromServer

Switch to Manual

Description

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

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

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