com.unity.2d.animation 10.1.2

com.unity.2d.animation

Source docs
Notes: processedReleased May 21, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2023.1

Package Dependencies

🔧 Bug Fixes

  • Sprite Library's labels and categories cannot be reordered. (case DANB-593)
  • Added safety checks to SpriteSkin's public APIs. (case DANB-598)
  • Fixed the IK bones flipped at certain angels. (case DANB-595)
  • Fixed the the memory leak in the SpriteSkin component. (case DANB-603)
  • Fixed the incorrect transform cache capacity in the SpriteSkin component. (case DANB-615)

📈 Improvements

  • Updated the Editor Analytics to use the latest APIs.
  • Updated the UI Elements to use the latest APIs.
  • Remove implicit NativeArray cast from MeshUtilities.
  • Updated the SpriteSkin's deformation system to improve performance.