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
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
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