123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "com.unity.2d.common",
- "displayName": "2D Common",
- "version": "8.0.2",
- "unity": "2022.2",
- "description": "2D Common is a package that contains shared functionalities that are used by most of the other 2D packages.",
- "keywords": [
- "2d"
- ],
- "category": "2D",
- "dependencies": {
- "com.unity.2d.sprite": "1.0.0",
- "com.unity.mathematics": "1.1.0",
- "com.unity.modules.uielements": "1.0.0",
- "com.unity.modules.animation": "1.0.0",
- "com.unity.burst": "1.7.3"
- },
- "relatedPackages": {
- "com.unity.2d.common.tests": "8.0.2"
- },
- "_upm": {
- "changelog": "### Fixed\n- Fixed an issue where PSDImporter atlas size does not follow PVRTC compression format for the iOS platform"
- },
- "upmCi": {
- "footprint": "1558852bb345bf0dfb58bde69ec5e15d7c0d9905"
- },
- "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.common@8.0/manual/index.html",
- "repository": {
- "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
- "type": "git",
- "revision": "b7537404d2cb8ef24b567ac4733b4c586fb25b44"
- }
- }
|