Version: 2022.3
LanguageEnglish
  • C#

RemoteSettings.WasLastUpdatedFromServer

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static bool WasLastUpdatedFromServer();

Returns

bool True, if the remote settings file was received from the Analytics Service in the current session. False, if the remote settings file was received during an earlier session and cached.

Description

Reports whether or not the settings available from the RemoteSettings object were received from the Analytics Service during the current session.

When the remote settings were loaded from the local cache, this method returns false.

Note that this method does not indicate whether the setting values have changed since the last successful network request.