Search Unity

2017.3.1f1 Click on component in inspector freezes Unity for 800 ms (profiler screenshots inside)

Discussion in 'Editor & General Support' started by Artaani, Mar 17, 2018.

  1. Artaani

    Artaani

    Joined:
    Aug 5, 2012
    Posts:
    423
    Just moved my project to the latest Unity version.
    Each time when I click on component in inspector window, Unity freezes for 800 ms and only after this time, component will be expanded or collapsed.

    I managed to capture this moment in editor profiler.

    Here is a screenshots:

    2018-03-17 19_25_22-.png

    2018-03-17 19_24_50-.png

    750 ms in one frame and additional 50 ms in the next frame.

    I didn't had this problem in 2017.1 and 5.6.
    This problem is not persist in the new empty project, It persists only in my project (but in empty scene too)

    Also this problem happens not for any component.
    For example click on Light of Box Collider component works instantly, but MeshFilter and MeshRenderers have this problem.

    Any ideas?