Nessuna descrizione
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.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "com.unity.2d.spriteshape",
  3. "version": "9.0.2",
  4. "unity": "2022.2",
  5. "displayName": "2D SpriteShape",
  6. "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.",
  7. "keywords": [
  8. "2d",
  9. "shape",
  10. "spriteshape",
  11. "smartsprite",
  12. "spline",
  13. "terrain2d"
  14. ],
  15. "category": "2D",
  16. "dependencies": {
  17. "com.unity.mathematics": "1.1.0",
  18. "com.unity.2d.common": "8.0.1",
  19. "com.unity.modules.physics2d": "1.0.0"
  20. },
  21. "samples": [
  22. {
  23. "displayName": "Sprite Shape Samples",
  24. "description": "Samples to get started with SpriteShape",
  25. "path": "Samples~/Samples"
  26. },
  27. {
  28. "displayName": "Sprite Shape Extras",
  29. "description": "This sample has utility scripts that has various use-cases of SpriteShape",
  30. "path": "Samples~/Extras"
  31. }
  32. ],
  33. "relatedPackages": {
  34. "com.unity.2d.spriteshape.tests": "9.0.2",
  35. "com.unity.2d.common.tests": "8.0.1"
  36. },
  37. "_upm": {
  38. "changelog": "### Fixed\n- DANB-328 Fix case where BezierUtility.BezierPoint function parameters are not in the right order\n- DANB-307 Fix case where Error �A Native Collection has not been disposed, resulting in a memory leak occurs in Play Mode\n- DANB-279 Fix case where Spriteshape with tangents enabled has shadow artifacts after reopening the project"
  39. },
  40. "upmCi": {
  41. "footprint": "d5d4155a66eb4f15e1c2e3fc1f59368f20c68204"
  42. },
  43. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.spriteshape@9.0/manual/index.html",
  44. "repository": {
  45. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  46. "type": "git",
  47. "revision": "ff926a6d093212af31bc3c835f61abfbb1b3f163"
  48. }
  49. }