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

package.json 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "com.unity.2d.aseprite",
  3. "version": "1.1.4",
  4. "unity": "2021.3",
  5. "unityRelease": "15f1",
  6. "displayName": "2D Aseprite Importer",
  7. "description": "2D Aseprite Importer is a package which enables the import of .aseprite files from the Pixel Art tool Aseprite.",
  8. "keywords": [
  9. "2d",
  10. "Aseprite",
  11. "Pixel",
  12. "Art",
  13. "assetimporter"
  14. ],
  15. "category": "2D",
  16. "dependencies": {
  17. "com.unity.2d.sprite": "1.0.0",
  18. "com.unity.2d.common": "6.0.6",
  19. "com.unity.mathematics": "1.2.6",
  20. "com.unity.modules.animation": "1.0.0"
  21. },
  22. "relatedPackages": {
  23. "com.unity.2d.aseprite.tests": "1.1.4"
  24. },
  25. "_upm": {
  26. "changelog": "### Fixed\n- Fixed an issue where Sprite Renderers would be hidden after transitioning from one Animation Clip to another.\n- Fixed an issue where generated AnimationClips would be 0.01 seconds too long."
  27. },
  28. "upmCi": {
  29. "footprint": "aa952333d55ae5b39ac442566edc153b61e9ddf4"
  30. },
  31. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.aseprite@1.1/manual/index.html",
  32. "repository": {
  33. "url": "https://github.cds.internal.unity3d.com/unity/AsepriteImporter.git",
  34. "type": "git",
  35. "revision": "331d65bad3469b434c81f625682efc587a1e9258"
  36. },
  37. "_fingerprint": "c4a13c2a313eb592869561819ae6ab0c0f997662"
  38. }