PO/Library/PackageCache/com.unity.2d.psdimporter@4.1.0/package.json

31 lines
932 B
JSON
Raw Normal View History

2022-01-12 10:06:03 +03:00
{
"name": "com.unity.2d.psdimporter",
"version": "4.1.0",
"unity": "2020.3",
"unityRelease": "9f1",
2022-01-12 10:06:03 +03:00
"displayName": "2D PSD Importer",
"description": "A ScriptedImporter for importing Adobe Photoshop PSB (Photoshop Big) file format. The ScriptedImporter is currently targeted for users who wants to create multi Sprite character animation using Unity 2D Animation Package.",
"keywords": [
"2d",
"psdimporter",
"assetimporter"
],
"category": "2D",
"dependencies": {
"com.unity.2d.common": "4.0.3",
"com.unity.2d.animation": "5.0.6",
2022-01-12 10:06:03 +03:00
"com.unity.2d.sprite": "1.0.0"
},
"relatedPackages": {
"com.unity.2d.psdimporter.tests": "4.1.0"
2022-01-12 10:06:03 +03:00
},
"upmCi": {
"footprint": "c1263c4031b9811a084d3e8c01e64c169e3d6e29"
2022-01-12 10:06:03 +03:00
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/2d.git",
"type": "git",
"revision": "9e7fd5cbe078d004f1e87ecdf3b57436664a690a"
2022-01-12 10:06:03 +03:00
}
}