Version: 2021.1
LanguageEnglish
  • C#

Analytics.deviceStatsEnabled

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

public static bool deviceStatsEnabled;

Description

Controls whether the sending of device stats at runtime is enabled.

To disable the sending of device stats at runtime, you must set this value to false and ensure the Analytics and PerformanceReporting services are also disabled.

Setting this value to false has no effect while either the Analytics or PerformanceReporting services are still enabled.

See Also: Analytics.enabled PerformanceReporting.enabled.