Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "com.unity.2d.psdimporter",
  3. "version": "9.0.3",
  4. "unity": "2023.1",
  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.common": "9.0.4",
  15. "com.unity.2d.sprite": "1.0.0"
  16. },
  17. "relatedPackages": {
  18. "com.unity.2d.psdimporter.tests": "9.0.3"
  19. },
  20. "samples": [
  21. {
  22. "displayName": "Samples",
  23. "description": "Samples for using PSDImporter.",
  24. "path": "Samples~/PSDImporterSamples"
  25. }
  26. ],
  27. "_upm": {
  28. "changelog": "### Fixed\n- Fix source file cannot be deleted after subsequent import. (Case DANB-579)\n\n### Changed\n- Updated the Editor Analytics to use the latest APIs."
  29. },
  30. "upmCi": {
  31. "footprint": "ec7f070542925957d8aeffef11be9cd939d31bd7"
  32. },
  33. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.psdimporter@9.0/manual/index.html",
  34. "repository": {
  35. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  36. "type": "git",
  37. "revision": "cacb780673a1e5d1e9bd0e398015b1a9924c0922"
  38. },
  39. "_fingerprint": "676bae148e11de9a02db5a3614b8c56e4f0f44ac"
  40. }