-
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.8] - 2023-10-25 ### Fixed - Fixed an issue where PSDImporter atlas size does not follow PVRTC compression format for the iOS platform
- Loading branch information
Unity Technologies
committed
Oct 25, 2023
1 parent
8cf1940
commit 3481609
Showing
3 changed files
with
18 additions
and
8 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": "6.0.7", | ||
"version": "6.0.8", | ||
"unity": "2021.2", | ||
"unityRelease": "7f1", | ||
"displayName": "2D PSD Importer", | ||
|
@@ -12,20 +12,23 @@ | |
], | ||
"category": "2D", | ||
"dependencies": { | ||
"com.unity.2d.animation": "7.0.9", | ||
"com.unity.2d.common": "6.0.6", | ||
"com.unity.2d.animation": "7.0.13", | ||
"com.unity.2d.common": "6.0.7", | ||
"com.unity.2d.sprite": "1.0.0" | ||
}, | ||
"relatedPackages": { | ||
"com.unity.2d.psdimporter.tests": "6.0.7" | ||
"com.unity.2d.psdimporter.tests": "6.0.8" | ||
}, | ||
"_upm": { | ||
"changelog": "### Fixed\n- Fixed an issue where PSDImporter atlas size does not follow PVRTC compression format for the iOS platform" | ||
}, | ||
"upmCi": { | ||
"footprint": "7d4f681e80410f174a7f368ce8f1ca173091ba92" | ||
"footprint": "26fb4e88d2fa9a182c2864b9a45d88ce5d1477a5" | ||
}, | ||
"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": "911204bb63dcf2da80b6063d54c4ec8737ad13dc" | ||
"revision": "681660f0ddc6412f1c6ffdc2f6433c5cc5adbe06" | ||
} | ||
} |