Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Feedback Good work on the editor performance improvements!

Discussion in '2020.2 Beta' started by Peter77, Apr 17, 2020.

  1. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,469
    I just briefly tested 2020.2.0a7 with the project from Case 1108597.

    After a first hurdle that appeared as an editor crash (Case 1238901), I'm positively surprised.

    I'm positively surprised of a noticeable editor performance improvement in this build! :D

    It's the first version in years where playmode with Case 1108597 isn't awfully slow. The editor UI is still lagging behind and it's not too much fun to use, but overall it seems 2020.2 isn't a step backwards.

    I haven't looked further into this release, because I didn't want my initial happiness to vanish.

    In that sense, thumbs up for the good work! You're on the right track. Keep doing what you did, please don't finish half-way and working with Unity could actually get fun again.
     
    Last edited: Apr 19, 2020
    phobos2077, NotaNaN, mutp and 17 others like this.
  2. Kolyasisan

    Kolyasisan

    Joined:
    Feb 2, 2015
    Posts:
    393
    No way

    wow
     
  3. Crayz

    Crayz

    Joined:
    Mar 17, 2014
    Posts:
    193
    The progress bar for when the editor is busy is a really nice improvement as well.
     
  4. Lymdun

    Lymdun

    Joined:
    Jan 1, 2017
    Posts:
    46
    Probably the first time I'm seeing Peter77 talking of being positively surprised from editor performance
     
  5. valarus

    valarus

    Joined:
    Apr 7, 2019
    Posts:
    432
    It would be great to backport this editor performance improvement to 19.3.
     
  6. runner78

    runner78

    Joined:
    Mar 14, 2015
    Posts:
    765
    I hope it stays that way until the final version, and it's not just a bug because somewhere a feature doesn't work.
     
  7. MasoInar

    MasoInar

    Joined:
    Feb 20, 2014
    Posts:
    125
    Seems like Unity is on right track by adding those new features you don't need anyways into packages and focusing improving editor performance and stability!
     
    phobos2077, Cynicat and Aras like this.
  8. Deozaan

    Deozaan

    Joined:
    Oct 27, 2010
    Posts:
    707
    Where are the charts? Where are the cold, hard numbers? How can I believe anything you say without the stats to back up your claims? Who are you and what have you done with Peter77?

    ;)
     
    Ruslank100, phobos2077, Aras and 6 others like this.
  9. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,111
    @Peter77 did you test your project in 2020.1 as well? 2020.1 comes with changes to the C# code optimization workflows.

    "Unity’s Code Optimization setting has two modes.
    • Debug Mode, which you can use to attach external debugger software, but gives slower C# performance when you run your Project in Play Mode in the Editor.
    • Release Mode, which gives faster C# performance when you run your Project in Play Mode in the Editor, but you cannot attach any external debuggers."
    Release Mode is the new default. Are the improvements you're experiencing related to that or is Debug Mode performance improved as well in 2020.2 compared to previous versions?
     
    Last edited: Apr 28, 2020
  10. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,469
    Yes I did. I don't remember what version I tested, maybe b4. I didn't have the feeling editor performance improved in that version, but I also didn't profile editor performance, because it just felt like nothing changed to earlier versions.

    That was my first thought too when I noticed it runs significantly faster and then switched to debug mode to find if it's related. But even with debug mode, it's significantly faster than earlier Unity editor versions. I also didn't profile, it's just a feeling at this time, so I have no data to back up my impression.

    PS: Please don't forget this one.
     
    phobos2077 and LeonhardP like this.