-
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.
## [6.0.2] - 2021-11-24 ### Fixed - Fixed per platform settings does not get applied in Windows platform. (Case 1379970)
- Loading branch information
Unity Technologies
committed
Nov 24, 2021
1 parent
80b0b15
commit 75f2693
Showing
3 changed files
with
13 additions
and
9 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,29 +1,29 @@ | ||
{ | ||
"name": "com.unity.2d.psdimporter", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"unity": "2021.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.\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": "7.0.1", | ||
"com.unity.2d.common": "6.0.0", | ||
"com.unity.2d.animation": "7.0.3", | ||
"com.unity.2d.common": "6.0.2", | ||
"com.unity.2d.sprite": "1.0.0" | ||
}, | ||
"relatedPackages": { | ||
"com.unity.2d.psdimporter.tests": "6.0.1" | ||
"com.unity.2d.psdimporter.tests": "6.0.2" | ||
}, | ||
"upmCi": { | ||
"footprint": "a613628badeb5beba757c208c6433434512ee74d" | ||
"footprint": "ba98f99ccbaa84a993003055774cd003dc4e4a5c" | ||
}, | ||
"repository": { | ||
"url": "https://github.cds.internal.unity3d.com/unity/2d.git", | ||
"type": "git", | ||
"revision": "b015022decd440f484d85cf6ee096c0ecaa60e30" | ||
"revision": "890da0579456dc5daa73a5645949c0615fac3d16" | ||
} | ||
} |