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
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
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.