initializeOnStartup
Controls whether Unity initializes Analytics immediately on startup.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Analytics
- Assembly: UnityEditor.CoreModule
public static bool initializeOnStartup { get; set; }
Remarks
Set this property to false to delay the initialization of Analytics until you call ResumeInitialization. For example, if you want to ask the player to opt-in to analytics data collection, set this property to false in an Editor script, ask the player, and then only call if they approve.
ResumeInitializationBy default is true. You can change the value in the Editor using a build script.
InitializeOnStartupAdditional Resources: [Analytics.Analytics.InitializeOnStartup]], ResumeInitialization