-
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.
## [9.0.0] - 2023-02-23 ### Fixed - Fixed an issue where warning logs in the console would get cut short due to invalid characters in layer names.
- Loading branch information
Unity Technologies
committed
Feb 23, 2023
1 parent
a8904de
commit a5f3ece
Showing
5 changed files
with
34 additions
and
26 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,6 +1,6 @@ | ||
{ | ||
"name": "com.unity.2d.psdimporter", | ||
"version": "9.0.0-pre.2", | ||
"version": "9.0.0", | ||
"unity": "2023.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.", | ||
|
@@ -11,19 +11,22 @@ | |
], | ||
"category": "2D", | ||
"dependencies": { | ||
"com.unity.2d.common": "9.0.0-pre.2", | ||
"com.unity.2d.common": "9.0.0", | ||
"com.unity.2d.sprite": "1.0.0" | ||
}, | ||
"relatedPackages": { | ||
"com.unity.2d.psdimporter.tests": "9.0.0-pre.2" | ||
"com.unity.2d.psdimporter.tests": "9.0.0" | ||
}, | ||
"_upm": { | ||
"changelog": "### Fixed\n- Fixed an issue where warning logs in the console would get cut short due to invalid characters in layer names." | ||
}, | ||
"upmCi": { | ||
"footprint": "05c21630cde4e94d5822721b3889989b6ef9e4a4" | ||
"footprint": "8f637153f11248fa2596796616076d6552ef5b49" | ||
}, | ||
"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": "754f72df4d3d05edbd6100a322f8cadb46ba5dab" | ||
"revision": "921f93408bc912dafbc669a5d5ff55b7b04e7b3e" | ||
} | ||
} |