-
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.
## [7.0.0-pre.4] - 2021-11-24 ### Fixed - Fixed per platform settings does not get applied in Windows platform. (Case 1376608) - Fixed unable to change mipmap settings in inspector. (Case 1379426) - Fixed PSDImporter to able to specify swizzle data. ### Added - Added ability to change swizzle format in inspector.
- Loading branch information
Unity Technologies
committed
Nov 24, 2021
1 parent
eee39c8
commit 392315a
Showing
5 changed files
with
150 additions
and
22 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
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,29 +1,29 @@ | ||
{ | ||
"name": "com.unity.2d.psdimporter", | ||
"version": "7.0.0-pre.3", | ||
"version": "7.0.0-pre.4", | ||
"unity": "2022.1", | ||
"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.\n\nDocumentation for v5.0 is currently being updated.", | ||
"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.", | ||
"keywords": [ | ||
"2d", | ||
"psdimporter", | ||
"assetimporter" | ||
], | ||
"category": "2D", | ||
"dependencies": { | ||
"com.unity.2d.animation": "8.0.0-pre.3", | ||
"com.unity.2d.common": "7.0.0-pre.3", | ||
"com.unity.2d.animation": "8.0.0-pre.4", | ||
"com.unity.2d.common": "7.0.0-pre.4", | ||
"com.unity.2d.sprite": "1.0.0" | ||
}, | ||
"relatedPackages": { | ||
"com.unity.2d.psdimporter.tests": "7.0.0-pre.3" | ||
"com.unity.2d.psdimporter.tests": "7.0.0-pre.4" | ||
}, | ||
"upmCi": { | ||
"footprint": "5f2aad71791167dc2ab90b88c9659eb3088a025b" | ||
"footprint": "f1a15a8f988d611cbb180bebea038e1fe445bf5e" | ||
}, | ||
"repository": { | ||
"url": "https://github.cds.internal.unity3d.com/unity/2d.git", | ||
"type": "git", | ||
"revision": "fc17ecffb5da8133c390aba47276756c1b22f123" | ||
"revision": "2ccafc0d438881083c9c1ec71f92ef170494bd59" | ||
} | ||
} |