41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "com.unity.2d.psdimporter",
|
||
|
"version": "8.0.5",
|
||
|
"unity": "2022.2",
|
||
|
"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.animation": "9.1.1",
|
||
|
"com.unity.2d.common": "8.0.2",
|
||
|
"com.unity.2d.sprite": "1.0.0"
|
||
|
},
|
||
|
"relatedPackages": {
|
||
|
"com.unity.2d.psdimporter.tests": "8.0.5"
|
||
|
},
|
||
|
"samples": [
|
||
|
{
|
||
|
"displayName": "Samples",
|
||
|
"description": "Samples for using PSDImporter.",
|
||
|
"path": "Samples~/PSDImporterSamples"
|
||
|
}
|
||
|
],
|
||
|
"_upm": {
|
||
|
"changelog": "### Fixed\n- Fixed layers are not shown in LayerImportSettings after unselecting all layers and applying. (Case DANB-569)"
|
||
|
},
|
||
|
"upmCi": {
|
||
|
"footprint": "869014d7c4e1a158edf04ac17e642e1718427077"
|
||
|
},
|
||
|
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.psdimporter@8.0/manual/index.html",
|
||
|
"repository": {
|
||
|
"url": "https://github.cds.internal.unity3d.com/unity/2d.git",
|
||
|
"type": "git",
|
||
|
"revision": "c76edf174a772eda3d3152a9d38ad8c364cce43e"
|
||
|
}
|
||
|
}
|