Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "com.unity.2d.animation",
  3. "version": "9.1.0",
  4. "unity": "2022.2",
  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": "8.0.2",
  14. "com.unity.2d.sprite": "1.0.0",
  15. "com.unity.collections": "1.1.0",
  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": "9.1.0",
  21. "com.unity.2d.common.tests": "8.0.2",
  22. "com.unity.2d.psdimporter": "8.0.4"
  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- Blend weight vertex attribute is added only when sprite has bones. (case DANB-520)\n- Sprite Library editor drag and drop interactions. (case DANB-535)\n- Sprite Library editor drag and drop blocked by labels. (case DANB-558)\n- Adjust the copy-paste logic to not paste sprite mesh to the same sprite twice. (case DANB-530)\n- Sprite Library Asset is selected on creation. (case DANB-542)\n- Sprite Resolver previews not visible after editor regained focus. (case DANB-564)\n\n### Added\n- SpriteSkin's Auto Rebind property can now be accessed from scripts. (case DANB-490)\n- Sprite Library public API to save an asset as a .spriteLib SpriteLibrarySourceAsset."
  33. },
  34. "upmCi": {
  35. "footprint": "b3146d6bc37f861bad7a2d1151394c33c17d8158"
  36. },
  37. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.animation@9.1/manual/index.html",
  38. "repository": {
  39. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  40. "type": "git",
  41. "revision": "dfc01cb8076aa8ca74afe1ded252f91c99b080ac"
  42. }
  43. }