Search Issue Tracker
Fixed in 6.0.0-pre.2
Fixed in 5.0.3
Votes
0
Found in [Package]
5.0.0-pre.2
Issue ID
1312835
Regression
No
Unity hangs when importing a PSD File using an Importer Override
Reproduction steps:
1. Open the attached project "1312835"
2. In the Project window, right-click on the PSD file.
3. Select "2D Importer" > "Change PSD File Importer"
4. If the editor doesn't hang, close the project and repeat all steps. (Reproducible 1/2 times)
Expected result: The method is completed without hanging
Actual result: Editor hangs with a "Menu.Change PSD File Importer" progress bar
Reproducible with: 3.1.7 (2020.1.17f1), 4.0.2 (2020.2.7f1), 5.0.0-pre.2
Could not test with: 1.0.0-preview.4 (2018.4.32f1, errors), 2.1.6 (2019.4.21f1, errors)
Note:
- When the editor doesn't hang, this error is printed:
The previous instance of UnityEditor.TextureImporterInspector has not been disposed correctly. Make sure you are calling base.OnDisable() in your AssetImporterEditor implementation.
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note (fix version 6.0.0-pre.2):
A fix for this issue is available on 2D PSD Importer package 6.0.0-pre.2 and above with Unity 2021.2.0a20 and above
Resolution Note (fix version 5.0.3):
A fix for this issue is available on Unity 2021.1.9f1 with 2D PSD Importer package 5.0.3 and above