Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Editor loop is out of control

Discussion in 'Editor & General Support' started by msyoung2012, Jun 21, 2022.

  1. msyoung2012

    msyoung2012

    Joined:
    Mar 20, 2014
    Posts:
    49
    I thought this was a memory leak at first - still might be. But the Editor Loop swells after less than 45 seconds of gameplay and grinds the whole thing down to single-digit FPS. This is just with the camera running - I'm not even providing any inputs.

    This is a consistent problem that happens all the time, since I first reported it and the details on this thread: https://forum.unity.com/threads/really-awful-editor-memory-leak.1291532/#post-8188401

    What is causing this behavior? I don't think it's a custom editor script as I'm not using any (to my knowledge). All my packages are up to date. Already tried a clean reinstall - no luck. Unity is currently completely unusable in this state.
     

    Attached Files:

  2. spiney199

    spiney199

    Joined:
    Feb 11, 2021
    Posts:
    7,608
    Does it happen in a fresh project?

    If not, then you're probably going to have to divide and conquer. Make a fresh project, and introduce each section of your own project into it until the issue emerges.
     
  3. msyoung2012

    msyoung2012

    Joined:
    Mar 20, 2014
    Posts:
    49
    This happens on both new and existing projects.