Version: 2019.2
Xcode Frame Debugger integration
Check For Updates

Editor Analytics

The Unity editor is configured to send anonymous usage data back to Unity. This information is used to help improve the features of the editor. The analyticsAbbreviation of Unity Analytics
See in Glossary
are collected using Google Analytics. Unity makes calls to a URI hosted by Google. The URN part of the URI contains details that describe what editor features or events have been used.

Examples of collected data

The following are examples of data that Unity might collect.

Which menu items have been used. If some menu items are used rarely or not at all we could in the future simplify the menuing system.

Build times. By collecting how long builds take to make we can focus engineering effort on optimizing the correct code.

LightmapA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on top of scene geometry to create the effect of lighting. More info
See in Glossary
baking.
Again, timing and reporting how long it takes for light maps to bake can help us decide how much effort to spend on optimizing this area.

Disabling Editor Analytics

If you do not want to send anonymous data to Unity then the sending of Editor Analytics can be disabled. To do this untick the box in the Unity Preferences General tab.

Editor analytics in the preferences pane.
Editor analytics in the preferences pane.
Xcode Frame Debugger integration
Check For Updates