暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "com.unity.2d.animation",
  3. "version": "10.1.2",
  4. "unity": "2023.1",
  5. "displayName": "2D Animation",
  6. "description": "2D Animation provides all the necessary tooling and runtime components for skeletal animation using Sprites.",
  7. "keywords": [
  8. "2d",
  9. "animation"
  10. ],
  11. "category": "2D",
  12. "dependencies": {
  13. "com.unity.2d.common": "9.0.4",
  14. "com.unity.2d.sprite": "1.0.0",
  15. "com.unity.collections": "1.2.4",
  16. "com.unity.modules.animation": "1.0.0",
  17. "com.unity.modules.uielements": "1.0.0"
  18. },
  19. "relatedPackages": {
  20. "com.unity.2d.animation.tests": "10.1.2",
  21. "com.unity.2d.common.tests": "9.0.4",
  22. "com.unity.2d.psdimporter": "9.0.3"
  23. },
  24. "samples": [
  25. {
  26. "displayName": "Samples",
  27. "description": "Various 2D Animation sample scenes to show different usage of the 2D Animation tooling for various outcomes.",
  28. "path": "Samples~/AnimationSamples"
  29. }
  30. ],
  31. "_upm": {
  32. "changelog": "### Fixed\n- Sprite Library's labels and categories cannot be reordered. (case DANB-593)\n- Added safety checks to SpriteSkin's public APIs. (case DANB-598)\n- Fixed the IK bones flipped at certain angels. (case DANB-595)\n- Fixed the the memory leak in the SpriteSkin component. (case DANB-603)\n- Fixed the incorrect transform cache capacity in the SpriteSkin component. (case DANB-615)\n\n### Changed\n- Updated the Editor Analytics to use the latest APIs.\n- Updated the UI Elements to use the latest APIs.\n- Remove implicit NativeArray cast from MeshUtilities.\n- Updated the SpriteSkin's deformation system to improve performance."
  33. },
  34. "upmCi": {
  35. "footprint": "202a0980f93f571f3fb66b509db30f18dbca6eda"
  36. },
  37. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.animation@10.1/manual/index.html",
  38. "repository": {
  39. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  40. "type": "git",
  41. "revision": "a9b408c1401f5388a343ce948ac7a264ddb85a73"
  42. },
  43. "_fingerprint": "6eb19a9b029c2401d3e26b6d071912c3be0b1131"
  44. }