com.unity.2d.animation 5.2.4
Notes: processedReleased September 15, 2022
Unity Compatibility
Minimum Unity: 2020.3 (26f1)
Package Dependencies
- com.unity.2d.common (4.2.1)
- com.unity.2d.sprite (1.0.0)
- com.unity.mathematics (1.1.0)
- com.unity.modules.animation (1.0.0)
- com.unity.modules.uielements (1.0.0)
🔧 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.
