説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "com.unity.2d.psdimporter",
  3. "version": "8.0.4",
  4. "unity": "2022.2",
  5. "displayName": "2D PSD Importer",
  6. "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.",
  7. "keywords": [
  8. "2d",
  9. "psdimporter",
  10. "assetimporter"
  11. ],
  12. "category": "2D",
  13. "dependencies": {
  14. "com.unity.2d.animation": "9.1.0",
  15. "com.unity.2d.common": "8.0.2",
  16. "com.unity.2d.sprite": "1.0.0"
  17. },
  18. "relatedPackages": {
  19. "com.unity.2d.psdimporter.tests": "8.0.4"
  20. },
  21. "samples": [
  22. {
  23. "displayName": "Samples",
  24. "description": "Samples for using PSDImporter.",
  25. "path": "Samples~/PSDImporterSamples"
  26. }
  27. ],
  28. "_upm": {
  29. "changelog": "### Fixed\n- Provide custom packing override for users to override to address DANB-526. (Case DANB-526)"
  30. },
  31. "upmCi": {
  32. "footprint": "9bdbb27ec3da5192693910c6a54d52a0ce0568db"
  33. },
  34. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.psdimporter@8.0/manual/index.html",
  35. "repository": {
  36. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  37. "type": "git",
  38. "revision": "dfc01cb8076aa8ca74afe1ded252f91c99b080ac"
  39. }
  40. }