package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "com.unity.2d.spriteshape",
  3. "version": "5.1.4",
  4. "unity": "2020.2",
  5. "unityRelease": "0a19",
  6. "displayName": "2D SpriteShape",
  7. "description": "SpriteShape Runtime & Editor Package contains the tooling and the runtime component that allows you to create very organic looking spline based 2D worlds. It comes with intuitive configurator and a highly performant renderer.",
  8. "keywords": [
  9. "2d",
  10. "shape",
  11. "spriteshape",
  12. "smartsprite",
  13. "spline",
  14. "terrain2d"
  15. ],
  16. "category": "2D",
  17. "dependencies": {
  18. "com.unity.mathematics": "1.1.0",
  19. "com.unity.2d.common": "4.0.3",
  20. "com.unity.2d.path": "4.0.2",
  21. "com.unity.modules.physics2d": "1.0.0"
  22. },
  23. "samples": [
  24. {
  25. "displayName": "Sprite Shape Samples",
  26. "description": "Samples to get started with SpriteShape",
  27. "path": "Samples~/Samples"
  28. },
  29. {
  30. "displayName": "Sprite Shape Extras",
  31. "description": "This sample has utility scripts that ihas various use-cases of Spriteshape",
  32. "path": "Samples~/Extras"
  33. }
  34. ],
  35. "relatedPackages": {
  36. "com.unity.2d.spriteshape.tests": "5.1.4",
  37. "com.unity.2d.common.tests": "4.0.3"
  38. },
  39. "upmCi": {
  40. "footprint": "384cce06b1208ea341824992076623a56372bde2"
  41. },
  42. "repository": {
  43. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  44. "type": "git",
  45. "revision": "6f9c488e4d487ead34ee4d516f0a2f4a911a8b25"
  46. }
  47. }