Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorAnalyticsSessionInfo

class in UnityEditor

/

Implemented in:UnityEditor

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

Description

Accesses for EditorAnalytics session information.

This class contains static methods for looking up EditorAnalytics session information.

Static Properties

activeElapsedTimeReturns total time there was user iteraction in the Editor since the beginning of a session.
elapsedTimeReturns session time since startup of the Editor.
focusedElapsedTimeReturns total time the Editor was in focus since the beginning of a session.
idReturns session id used for tracking the Editor session.
playbackElapsedTimeReturns total time the Editor was in playmode since the beginning of a session.
userIdThe userId is random GUID and is persisted across Editor session.

Did you find this page useful? Please give it a rating: