Analytics.Api.Output
Human readable message describing the error encountered while collecting the player build analytics.
Enum value for the error encountered while collecting the player build analytics.
Analytics data for the collection of player build analytics. This table records the performance and any errors encountered when running Analytics.exe after a Bee build.
buildGUID is a random GUID. Editor generates the GUID and sends that buildGUID to EditorAnalytics with (cloudProjectId and buildGUID) in BuildInfoEvent. Editor will also bake the buildGUID part of the build for Runtime. Runtime will use the baked buildGUID and send events to CDP/UCA with cloudProjectId and buildGUID
A random GUID generated from the editor passed to the Analytics.exe. All table rows generated by Analytics.exe must also contain this GUID to allow the events to be joined across tables.
Array of errors encountered while collecting the player build analytics.
Exit code of the Analytics.exe process (sub process launched to parse the build output directory and collect analytics info)
(milliseconds) Time taken to run the Analytics.exe process (sub process launched to parse the build output directory and collect analytics info)
Should be kept in sync with
https://github.cds.internal.unity3d.com/unity/unity/blob/trunk/Modules/UnityEditorAnalyticsEditor/Events/BuildAnalyticsCollectionEvent.h#L15-L32
Unknown Error
Failed parsing json document.
Unable to find root node 'player_build_data.
Invalid root node encountered.
Invalid event found. Event not formatted as an object.
Event name not found.
Invalid event name encountered.
Missing required member in event.
Unknown member encountered in event.
Invalid event message found. Message not formatted as an object.
Empty message found in event.
Missing required 'build_event_id' member in event.
Build event id found in event does not match the expected value.
The Build Analytics Build Summary failed to launch.
The Build Analytics Build Summary process timed out.
Table version number can not be parsed as an int..
The Build Analytics Build Summary failed with non-zero exit code.
The name of the tool node
(milliseconds) The amount of time it took for the tool to complete
Analytics for stages of the player build
The build_event_id from the Editor
(milliseconds) The total player build time
#details
Should always appear unless the duration is under tiny profilers minimum duration threshold
(milliseconds) The time it took to complete the pre process built player section
#details
Should always appear unless the duration is under tiny profilers minimum duration threshold
(milliseconds) The total time it took to produce the script assemblies
#details
Should always appear unless the duration is under tiny profilers minimum duration threshold
(milliseconds) The time it took to build the script assemblies
(milliseconds) The total time it took to write all asset files
May not appear during no change builds
(milliseconds) The time it took to complete the post process built player section
#details
Should always appear unless the duration is under tiny profilers minimum duration threshold
Timing data for nodes in the player build graph