Ei kuvausta
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.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "com.unity.2d.common",
  3. "displayName": "2D Common",
  4. "version": "9.0.5",
  5. "unity": "2023.1",
  6. "description": "2D Common is a package that contains shared functionalities that are used by most of the other 2D packages.",
  7. "keywords": [
  8. "2d"
  9. ],
  10. "category": "2D",
  11. "dependencies": {
  12. "com.unity.2d.sprite": "1.0.0",
  13. "com.unity.mathematics": "1.1.0",
  14. "com.unity.modules.uielements": "1.0.0",
  15. "com.unity.modules.animation": "1.0.0",
  16. "com.unity.burst": "1.8.4"
  17. },
  18. "samples": [
  19. {
  20. "displayName": "Sprite Atlas Samples",
  21. "description": "Samples to get started with SpriteAtlas",
  22. "path": "Samples~/SpriteAtlas"
  23. }
  24. ],
  25. "relatedPackages": {
  26. "com.unity.2d.common.tests": "9.0.5"
  27. },
  28. "_upm": {
  29. "changelog": "- ### Fixed\n- DANB-604 Fix case where Spriteshape vertex array exceeds limit even though it has not reached 64K."
  30. },
  31. "upmCi": {
  32. "footprint": "e6dcda3fb32b9084caa2d9e93b17af703bb6aad4"
  33. },
  34. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.common@9.0/manual/index.html",
  35. "repository": {
  36. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  37. "type": "git",
  38. "revision": "b009d23a412c592ab6466e0cf4f455415030308d"
  39. },
  40. "_fingerprint": "c307e941ccd13ed5f537acb4874d1eb5a8bec663"
  41. }