-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [8.0.5] - 2024-05-06 ### Fixed - Fixed layers are not shown in LayerImportSettings after unselecting all layers and applying. (Case DANB-569)
- Loading branch information
Unity Technologies
committed
May 6, 2024
1 parent
b2dd813
commit e85fc34
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "com.unity.2d.psdimporter", | ||
"version": "8.0.4", | ||
"version": "8.0.5", | ||
"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.", | ||
|
@@ -11,12 +11,12 @@ | |
], | ||
"category": "2D", | ||
"dependencies": { | ||
"com.unity.2d.animation": "9.1.0", | ||
"com.unity.2d.animation": "9.1.1", | ||
"com.unity.2d.common": "8.0.2", | ||
"com.unity.2d.sprite": "1.0.0" | ||
}, | ||
"relatedPackages": { | ||
"com.unity.2d.psdimporter.tests": "8.0.4" | ||
"com.unity.2d.psdimporter.tests": "8.0.5" | ||
}, | ||
"samples": [ | ||
{ | ||
|
@@ -26,15 +26,15 @@ | |
} | ||
], | ||
"_upm": { | ||
"changelog": "### Fixed\n- Provide custom packing override for users to override to address DANB-526. (Case DANB-526)" | ||
"changelog": "### Fixed\n- Fixed layers are not shown in LayerImportSettings after unselecting all layers and applying. (Case DANB-569)" | ||
}, | ||
"upmCi": { | ||
"footprint": "9bdbb27ec3da5192693910c6a54d52a0ce0568db" | ||
"footprint": "869014d7c4e1a158edf04ac17e642e1718427077" | ||
}, | ||
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html", | ||
"repository": { | ||
"url": "https://github.cds.internal.unity3d.com/unity/2d.git", | ||
"type": "git", | ||
"revision": "dfc01cb8076aa8ca74afe1ded252f91c99b080ac" | ||
"revision": "c76edf174a772eda3d3152a9d38ad8c364cce43e" | ||
} | ||
} |