This commit is contained in:
2021-06-13 10:28:03 +02:00
parent eb70603c85
commit df2d24cbd3
7487 changed files with 943244 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "com.unity.2d.common",
"displayName": "2D Common",
"version": "5.0.0",
"unity": "2021.1",
"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.modules.uielements": "1.0.0"
},
"relatedPackages": {
"com.unity.2d.common.tests": "5.0.0"
},
"upmCi": {
"footprint": "9bf8b417772b8d4bbb789cb8a4e741c584e5a863"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/2d.git",
"type": "git",
"revision": "82ee1598c2f1270bc1081c1f908364e528335bd5"
}
}