Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Bug Animation 2D performance regression on upgrading to 2019.3 rc

Discussion in '2019.3 Beta' started by Arnklit, Dec 2, 2019.

  1. Arnklit

    Arnklit

    Joined:
    May 18, 2015
    Posts:
    48
    I upgraded to 2019.3.01f thinking it was the full release (shouldn't it show up under Beta still when it's only a release canditate?)

    I was using:
    2019.2.9f1 with "com.unity.2d.animation": "2.2.1-preview.2"

    which got upgraded to:
    2019.3.01f with "com.unity.2d.animation": "3.0.8"

    Both were using "com.unity.burst": "1.1.2", but the Burst performance improvement to the Animation 2D package seems to be gone. I'm getting 30-50ms SpriteSkin.LateUpdate() as though the Burst package isn't active. I tried upgrading to the Burst preview package "1.2.0-preview.9", but that made no difference.

    I'm going back to 2019.2 for now.
     
  2. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,136
    Yes, that's an issue with the Hub that has been fixed in the latest 2.2.1 release. Please restart your Hub so it can upgrade, then it will be displayed correctly.

    Could you please submit a bug report with a reproduction project?
     
  3. Arnklit

    Arnklit

    Joined:
    May 18, 2015
    Posts:
    48
    Bug with project included logged here:
    1202485
     
    Peter77 and LeonhardP like this.
  4. Leo-Yaik

    Leo-Yaik

    Unity Technologies

    Joined:
    Aug 13, 2014
    Posts:
    436
    Hi, for com.unity.2d.animation:3.0.8, we further improved the performance. However, to have this improvement, you will need to include the following 2 optional packages

    com.unity.collections 0.1.1-preview
    com.unity.burst 1.1.2

    Do let us know if this help.
     
    LeonhardP likes this.