Search Issue Tracker
By Design
Votes
0
Found in [Package]
4.0.2
Issue ID
1296879
Regression
No
[2d] [PSD Importer] Error occurs when not using PSD Importer 5.0.0-pre.1 with 2D Animation 6.0.0-pre.1
[2d] [PSD Importer] Error occurs when not using PSD Importer 5.0.0-pre.1 with 2D Animation 6.0.0-pre.1
Steps to Repro:
- create a new 2D project
- 2D Animation 5.0.x and PSD Importer 4.0.x should be installed
- update 2D Animation package to 6.0.0-pre.1 (do not upgrade PSD Importer to 5.0.0-pre.1)
The following error appears in the console:
Library/PackageCache/com.unity.2d.psdimporter@4.0.2/Editor/PSDImporter.cs(1381,36): error CS0246: The type or namespace name 'Categorylabel' could not be found (are you missing a using directive or an assembly reference?)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
The PSD Importer depends on the 2D Animation package. If only the 2D Animation package is updated, this issue will occur. The resolution to this issue is the following:
- During the pre-release phase of the packages, we (2D team) have to make sure to communicate with the users that they would have to upgrade both packages (2D Animation and PSD Importer), if they would like to use the latest version
- Once the packages enter the release candidate phase, these packages will be auto upgraded when a user goes from one Unity version to the next. However, it will still be important to remind the users of upgrading both packages if they are going to upgrade the packages themselves.