testMode
Set to true for testing Analytics integration only within the Editor.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Analytics
- Assembly: UnityEditor.CoreModule
public static bool testMode { get; set; }
Remarks
If set to true, will cause Analytics events to be flushed immediately by bypassing the local caching (supported only in the Editor). Use this mode to see Analytics events in the Validator.
testMode