com.unity.2d.animation 5.2.4

com.unity.2d.animation

Notes: processedReleased September 15, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3 (26f1)

Package Dependencies

🔧 Bug Fixes

  • Fixed a case where multi selecting Sprite Skins would cause a null reference exception to be thrown. (case DANB-126)
  • Fixed an issue where selecting bones in the Skinning Editor after removing any bone in the skeleton will throw an exception. (case DANB-192)
  • Fixed a case where setting IKManager2D's or Solver2D's weight to '0' doesn't update solver's effector position. (case DANB-193)

Features

  • Added bone weight index validation in SpriteSkin's validate method, to ensure valid data before continuing with deformation.