-
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.2.0-preview.4] - 2019-09-04 ### Added - Experimental feature to have Sprites with same name generated from source file - Support for providing Layer and Group order to Animation Skinning Module
- Loading branch information
Unity Technologies
committed
Sep 3, 2019
1 parent
e826a30
commit 150faf4
Showing
6 changed files
with
122 additions
and
25 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
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.2.0-preview.3", | ||
"version": "1.2.0-preview.4", | ||
"unity": "2019.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 2D Animation v2.", | ||
|
@@ -11,14 +11,14 @@ | |
], | ||
"category": "2D", | ||
"dependencies": { | ||
"com.unity.2d.animation": "3.0.0-preview.1", | ||
"com.unity.2d.common": "1.2.0-preview.1", | ||
"com.unity.2d.animation": "2.2.0-preview.4", | ||
"com.unity.2d.sprite": "1.0.0", | ||
"com.unity.test-framework": "1.0.9" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:unity/2d.git", | ||
"revision": "7839cbdf328aa994f0d64eac8162c219aee1a47b" | ||
"revision": "c3111e990155cb61bd3b7c21871a813208c3b669" | ||
} | ||
} |