Can't turn off Performance Reporting on Unity Free Version

Can’t turn off Performance Reporting on Unity Free Version from either the editor or the web page.

Can’t build for IOS / Android because Unity things Performance Reporting is on.

I have already tried email support and got a canned knowledge base response…

I need a human being to turn this off for me.

The bug report is here + my comments

Screen shot of editor Imgur: The magic of the Internet

1 Like

Unity Ping? Problem still exists in current version.

We’re working on fixing the issue preventing you from turning off Performance Reporting if you are on the Unity free version.

In the interim, as described by Fredsa here: Unity Issue Tracker - [OSX] Unity Editor fails to build project when Performance Reporting is enabled, you should be able to fix this by:

  1. Edit > Project Settings > Editor > Asset Serialziation = Force Text
  2. Open “ProjectSettings/UnityConnectSettings.asset” in a text editor
  3. Find the “CrashReportingSettings” section.
  4. Replace “m_Enabled: 1” with “m_Enabled: 0”.

After saving the change, the “Window > Services” panel no longer shows “Performance Reporting” enabled.

2 Likes

Thanks John!.
And I thought I was forgotten :slight_smile:
Going to try this now.

Thanks John!.