com.unity.2d.animation 9.0.0
Notes: processedReleased September 2, 2022
Unity Compatibility
Minimum Unity: 2022.2
Package Dependencies
- com.unity.2d.common (8.0.0)
- com.unity.2d.sprite (1.0.0)
- com.unity.collections (1.1.0)
- com.unity.modules.animation (1.0.0)
- com.unity.modules.uielements (1.0.0)
✨ 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.
