Search Unity

Discussion 2021.3.11 iteration time - has it improved?

Discussion in 'Editor & General Support' started by laurentlavigne, Oct 4, 2022.

  1. laurentlavigne

    laurentlavigne

    Joined:
    Aug 16, 2012
    Posts:
    6,316
    It doesn't seem to have. A 10kloc+100 GO project takes nearly 10 seconds to update on each script change.
    Most of the code is in Plugins, with maybe 1.5kloc outside that folder so this should be fairly fast.
    Were the improvements postponed to another version?
     
  2. spiney199

    spiney199

    Joined:
    Feb 11, 2021
    Posts:
    7,819
    Last I remember the improvements were mostly for 2022 with the potential to be backported to 2021 and prior. Probably wrong. Hope I'm wrong.

    Obviously remove all the packages you don't need. At this point I remove everything bar the Visual Studio integration package for new projects, then add whatever else I need as I go. A fresh project with just the one package reloads instantly for me.

    Honestly at this point the best way to improve iteration time is... a faster a computer.
     
    laurentlavigne likes this.