Нема описа
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.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "com.unity.2d.spriteshape",
  3. "version": "7.0.6",
  4. "unity": "2021.2",
  5. "unityRelease": "7f1",
  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": "6.0.4",
  20. "com.unity.2d.path": "5.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 has various use-cases of SpriteShape",
  32. "path": "Samples~/Extras"
  33. }
  34. ],
  35. "relatedPackages": {
  36. "com.unity.2d.spriteshape.tests": "7.0.6",
  37. "com.unity.2d.common.tests": "6.0.4"
  38. },
  39. "_upm": {
  40. "changelog": "### Changed\n- Refactored internal triangulation and tessellation APIs."
  41. },
  42. "upmCi": {
  43. "footprint": "8a3a203aaaba727e6d1dd92994e5cd415a443d2f"
  44. },
  45. "repository": {
  46. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  47. "type": "git",
  48. "revision": "6b783c5dfb5a72d73e2b0a70d1caf4a367c58805"
  49. }
  50. }