47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "com.unity.2d.spriteshape",
|
|
"version": "6.0.0",
|
|
"unity": "2021.1",
|
|
"displayName": "2D SpriteShape",
|
|
"description": "SpriteShape Runtime & Editor Package contains the tooling and the runtime component that allows you to create very organic looking spline based 2D worlds. It comes with intuitive configurator and a highly performant renderer.",
|
|
"keywords": [
|
|
"2d",
|
|
"shape",
|
|
"spriteshape",
|
|
"smartsprite",
|
|
"spline",
|
|
"terrain2d"
|
|
],
|
|
"category": "2D",
|
|
"dependencies": {
|
|
"com.unity.mathematics": "1.1.0",
|
|
"com.unity.2d.common": "5.0.0",
|
|
"com.unity.2d.path": "5.0.0",
|
|
"com.unity.modules.physics2d": "1.0.0"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Sprite Shape Samples",
|
|
"description": "Samples to get started with SpriteShape",
|
|
"path": "Samples~/Samples"
|
|
},
|
|
{
|
|
"displayName": "Sprite Shape Extras",
|
|
"description": "This sample has utility scripts that has various use-cases of SpriteShape",
|
|
"path": "Samples~/Extras"
|
|
}
|
|
],
|
|
"relatedPackages": {
|
|
"com.unity.2d.spriteshape.tests": "6.0.0",
|
|
"com.unity.2d.common.tests": "5.0.0"
|
|
},
|
|
"upmCi": {
|
|
"footprint": "df68cb27271a44bf06e70caba34fc5db6b2618c0"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.cds.internal.unity3d.com/unity/2d.git",
|
|
"type": "git",
|
|
"revision": "82ee1598c2f1270bc1081c1f908364e528335bd5"
|
|
}
|
|
}
|