-
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.
## [1.0.0-preview.4] - 2019-04-23 ### Added - Fix potential name clashing issues with ScriptedImporter - Fix Prefab asset using wrong name. Note this will break Prefab references if upgrading from previous versions.
- Loading branch information
Unity Technologies
committed
Apr 22, 2019
1 parent
20d8654
commit 977a46b
Showing
4 changed files
with
73 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "com.unity.2d.psdimporter", | ||
"version": "1.0.0-preview.3", | ||
"version": "1.0.0-preview.4", | ||
"unity": "2018.3", | ||
"displayName": "2D PSD Importer", | ||
"description": "A ScriptedImporter for importing Adobe Photoshop file format. The ScriptedImporter is currently targeted for users who wants to create multi Sprite character animation using 2D Animation v2.", | ||
|
@@ -12,11 +12,11 @@ | |
"category": "2D", | ||
"dependencies": { | ||
"com.unity.2d.common": "1.0.11-preview.1", | ||
"com.unity.2d.animation": "2.0.0-preview.1" | ||
"com.unity.2d.animation": "2.0.0-preview.3" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:unity/com.unity.2d.psdimporter.git", | ||
"revision": "acc408ecd9c2e774cd8d4a0e9c4f6d5e4d6d3b17" | ||
"revision": "4cd558eb44a521230c0fdd39a5e2df45e46583f6" | ||
} | ||
} |