Search Unity

Unity Editor Really slow

Discussion in 'Editor & General Support' started by tonsleegers, Jan 18, 2012.

  1. Molaletsi

    Molaletsi

    Joined:
    Aug 24, 2018
    Posts:
    1
    Right click the shortcut the go to properties and write the command -force-opengl at the end of the Target it becomes permanent and every time you open Unity it runs perfectly fine
     
  2. pradippanchalanimator

    pradippanchalanimator

    Joined:
    Oct 7, 2018
    Posts:
    1
    when i open 3d scene with real time light i set several lighting Realtime, and reflection prob. its movement slowly and its ruining tweak, so someone tell me whats wrong with pc
    System
    Intel i7 4790k
    motherboard h97md3h
    ram 16 gb
    AMD radeon hd 5450
    Intel R hd graphics 4600
    sata ssd 240gb
    HDD 1 TB
     
  3. Stardog

    Stardog

    Joined:
    Jun 28, 2010
    Posts:
    1,913
    The graphics card (5450) and chip (4600) are very bad. Maybe get a new card that fits, or unplug the 5450 and see if 4600 can do better on its own.
     
  4. Deleted User

    Deleted User

    Guest

    It didn't work by adding -force-opengl at the end while opening it.
    It, however, made it slower than ever!!!
    Before this, it took 2 seconds to identify that alt was pressed but now it takes 8 seconds!
     
  5. DarkGate

    DarkGate

    Joined:
    Jan 26, 2016
    Posts:
    33
    For those that may have laggy issues in the editor, you can actually use the debugger to find the cause.
    For me, google version handler was the cause of the issue. Making any changes causes a 12s delay, which became very annoying very quickly.

    upload_2020-8-31_11-45-6.png

    Hopefully, this helps you track down your own laggy issue.
     
  6. Patito00

    Patito00

    Joined:
    May 1, 2018
    Posts:
    1
  7. spyynz

    spyynz

    Joined:
    Nov 17, 2021
    Posts:
    1
    One simple way is to go to the task manager and expand the menu. Then, click details and find the Unity applications. Right click Unity.exe and set the priority to High or Realtime (High works perfectly fine for me but if you still have issues, try Realtime). Hope this helps someone even though this is 6 years old :)
     
  8. EaglemanGameDev

    EaglemanGameDev

    Joined:
    Aug 29, 2020
    Posts:
    6
    Not sure if this is the solution but it worked for me... Try checking/unchecking the "Maximize On Play" button in the Game window in Unity. My editor was lagging bad and this resolved it. (for the moment)

    UPDATE: Unity still lagging. This solution was only temporary.
     
    Last edited: Dec 24, 2021
  9. coder666s

    coder666s

    Joined:
    May 28, 2022
    Posts:
    1
    Meanwhile, it was 2022, and my problem was solved in this way. Thanks!