Search Unity

Can't turn off Performance Reporting on Unity Free Version

Discussion in 'Unity Cloud Diagnostics' started by TheBunny, Jan 25, 2018.

  1. TheBunny

    TheBunny

    Joined:
    Nov 13, 2014
    Posts:
    6
    Cenda likes this.
  2. TheBunny

    TheBunny

    Joined:
    Nov 13, 2014
    Posts:
    6
    Unity Ping? Problem still exists in current version.
     
  3. johng_unity

    johng_unity

    Unity Technologies

    Joined:
    Nov 5, 2015
    Posts:
    158
    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: https://issuetracker.unity3d.com/is...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.
     
    Prince_of_Persia and JKrypto like this.
  4. TheBunny

    TheBunny

    Joined:
    Nov 13, 2014
    Posts:
    6
    Thanks John!.
    And I thought I was forgotten :)
    Going to try this now.
     
  5. Elbarto1

    Elbarto1

    Joined:
    Nov 13, 2016
    Posts:
    1
    Thanks John!.