43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"name": "com.unity.2d.psdimporter",
|
|
"version": "12.0.1",
|
|
"unity": "6000.3",
|
|
"unityRelease": "0a2",
|
|
"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": "12.0.1",
|
|
"com.unity.2d.sprite": "1.0.0",
|
|
"com.unity.2d.tilemap": "1.0.0"
|
|
},
|
|
"relatedPackages": {
|
|
"com.unity.2d.psdimporter.tests": "12.0.1"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Samples",
|
|
"description": "Samples for using PSDImporter.",
|
|
"path": "Samples~/PSDImporterSamples"
|
|
}
|
|
],
|
|
"_upm": {
|
|
"changelog": "### Changed\n- Exclude empty layers from import.\n\n### Fixed\n- Fix null reference exception occurs when importing psd without visible layers. (DANB-1155)\n- Correct layer mask position relative to its layer. (DANB-1177)"
|
|
},
|
|
"upmCi": {
|
|
"footprint": "cd9b3effeb8646866d7b4aebd458a144181b00e5"
|
|
},
|
|
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.psdimporter@12.0/manual/index.html",
|
|
"repository": {
|
|
"url": "https://github.cds.internal.unity3d.com/unity/2d.git",
|
|
"type": "git",
|
|
"revision": "8bf1079cdd627cb76fad4a3267f28d8890fcd5db"
|
|
},
|
|
"_fingerprint": "9abe0f7cac7effda42d93c33a6c35134cca1bee3"
|
|
}
|