Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "com.unity.2d.animation",
  3. "version": "7.0.9",
  4. "unity": "2021.2",
  5. "unityRelease": "7f1",
  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": "6.0.6",
  15. "com.unity.2d.sprite": "1.0.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": "7.0.9",
  21. "com.unity.2d.common.tests": "6.0.6",
  22. "com.unity.2d.psdimporter": "6.0.6"
  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. "upmCi": {
  32. "footprint": "a43903270f3391678486add983a7a7780c2b6def"
  33. },
  34. "repository": {
  35. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  36. "type": "git",
  37. "revision": "aebc9b022b1d3ecdcc734e0ee8f139df3f3fe3dd"
  38. }
  39. }