A game about forced loneliness, made by TACStudios
1{ 2 "name": "com.unity.2d.common", 3 "displayName": "2D Common", 4 "version": "9.0.7", 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.7" 27 }, 28 "_upm": { 29 "changelog": "### Fixed\n- DANB-638 Fixed Error \"InvalidOperationException: HTTP/1.1 404 Not Found\" logged when entering Play Mode in 2D Common Sample Scene\n- DANB-637 Fixed Sprite Atlases included in the 2D Common Package Sample \"Sprite Atlas Samples\" are blurry even though they are uncompressed" 30 }, 31 "upmCi": { 32 "footprint": "92fc9ca702e829c64578d9d92d429a281d4a33c6" 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": "c393ad93bdba3e78ebd30a5ccd2e6da5d8b92aba" 39 }, 40 "_fingerprint": "bb1fc9b3d81b3bb452c6708e8c088fe4224a0369" 41}