Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EditorAnalyticsSessionInfo

Provides access to Editor Analytics session information.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static class EditorAnalyticsSessionInfo

Remarks

This class contains static methods for looking up session information collected by the Editor Analytics system.

Static Properties

Property

Description

activeElapsedTimeThe total time, in milliseconds, that the user interacted with the Editor since the beginning of the current session.
elapsedTimeThe length of the current session, in milliseconds.
focusedElapsedTimeThe total time, in milliseconds, that the Editor has been in focus during the current session.
idA random, unique GUID identifying the current Editor session.
playbackElapsedTimeThe total time, in milliseconds, that the Editor has been in playmode during the current session.
sessionCountThe number of Editor sessions that have occurred since the current instance of the Unity Editor was installed.
userIdA random GUID uniquely identifying an Editor installation.