com.unity.2d.animation 9.0.0

com.unity.2d.animation

Notes: processedReleased September 2, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.2

Package Dependencies

Features

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

🔧 Bug Fixes

  • Fixed a case where moving vertices forcefully in the Skinning editor could cause a quad reset of the mesh. (case DANB-7)
  • Fixed a case where multi selecting Sprite Skins would cause a null reference exception to be thrown. (case DANB-126)

📈 Improvements

  • Refactored internal triangulation and tessellation APIs.