12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "com.unity.2d.psdimporter",
- "version": "8.0.4",
- "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.0",
- "com.unity.2d.common": "8.0.2",
- "com.unity.2d.sprite": "1.0.0"
- },
- "relatedPackages": {
- "com.unity.2d.psdimporter.tests": "8.0.4"
- },
- "samples": [
- {
- "displayName": "Samples",
- "description": "Samples for using PSDImporter.",
- "path": "Samples~/PSDImporterSamples"
- }
- ],
- "_upm": {
- "changelog": "### Fixed\n- Provide custom packing override for users to override to address DANB-526. (Case DANB-526)"
- },
- "upmCi": {
- "footprint": "9bdbb27ec3da5192693910c6a54d52a0ce0568db"
- },
- "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": "dfc01cb8076aa8ca74afe1ded252f91c99b080ac"
- }
- }
|