Bez popisu
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

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "com.unity.2d.common",
  3. "displayName": "2D Common",
  4. "version": "8.0.2",
  5. "unity": "2022.2",
  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.7.3"
  17. },
  18. "relatedPackages": {
  19. "com.unity.2d.common.tests": "8.0.2"
  20. },
  21. "_upm": {
  22. "changelog": "### Fixed\n- Fixed an issue where PSDImporter atlas size does not follow PVRTC compression format for the iOS platform"
  23. },
  24. "upmCi": {
  25. "footprint": "1558852bb345bf0dfb58bde69ec5e15d7c0d9905"
  26. },
  27. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.common@8.0/manual/index.html",
  28. "repository": {
  29. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  30. "type": "git",
  31. "revision": "b7537404d2cb8ef24b567ac4733b4c586fb25b44"
  32. }
  33. }