package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "com.unity.2d.animation",
  3. "version": "5.0.7",
  4. "unity": "2020.2",
  5. "unityRelease": "0a19",
  6. "displayName": "2D Animation",
  7. "description": "2D Animation provides all the necessary tooling and runtime components for skeletal animation using Sprites.",
  8. "keywords": [
  9. "2d",
  10. "animation"
  11. ],
  12. "category": "2D",
  13. "dependencies": {
  14. "com.unity.2d.common": "4.0.3",
  15. "com.unity.mathematics": "1.1.0",
  16. "com.unity.2d.sprite": "1.0.0",
  17. "com.unity.modules.animation": "1.0.0",
  18. "com.unity.modules.uielements": "1.0.0"
  19. },
  20. "relatedPackages": {
  21. "com.unity.2d.animation.tests": "5.0.7",
  22. "com.unity.2d.common.tests": "4.0.3",
  23. "com.unity.2d.psdimporter": "4.1.0"
  24. },
  25. "samples": [
  26. {
  27. "displayName": "Samples",
  28. "description": "Various 2D Animation sample scenes to show different usage of the 2D Animation tooling for various outcomes.",
  29. "path": "Samples~/AnimationSamples"
  30. }
  31. ],
  32. "upmCi": {
  33. "footprint": "4b5da9f931665647521f4feca1a61bf27ecae46f"
  34. },
  35. "repository": {
  36. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  37. "type": "git",
  38. "revision": "6f9c488e4d487ead34ee4d516f0a2f4a911a8b25"
  39. }
  40. }