Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.0KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "com.unity.2d.psdimporter",
  3. "version": "6.0.7",
  4. "unity": "2021.2",
  5. "unityRelease": "7f1",
  6. "displayName": "2D PSD Importer",
  7. "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.",
  8. "keywords": [
  9. "2d",
  10. "psdimporter",
  11. "assetimporter"
  12. ],
  13. "category": "2D",
  14. "dependencies": {
  15. "com.unity.2d.animation": "7.0.9",
  16. "com.unity.2d.common": "6.0.6",
  17. "com.unity.2d.sprite": "1.0.0"
  18. },
  19. "relatedPackages": {
  20. "com.unity.2d.psdimporter.tests": "6.0.7"
  21. },
  22. "upmCi": {
  23. "footprint": "7d4f681e80410f174a7f368ce8f1ca173091ba92"
  24. },
  25. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.psdimporter@6.0/manual/index.html",
  26. "repository": {
  27. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  28. "type": "git",
  29. "revision": "911204bb63dcf2da80b6063d54c4ec8737ad13dc"
  30. }
  31. }