Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.0.0-pre.3
Issue ID
1375028
Regression
No
[2D PSD Importer] Duplicate names in different hierarchies are renamed
Given the following structure of a .psb file:
[Group] Face_00
---- LeftEye
---- RightEye
---- Face
[Group] Face_01
---- LeftEye
---- RightEye
---- Face
The expected prefab hierarchy after importing it into Unity (with Use Layer Group enabled) is the following
[NameOfPsbFile]
---- Face_00
-------- LeftEye
-------- RightEye
-------- Face
---- Face_01
-------- LeftEye
-------- RightEye
-------- Face
However, the actual hierarchy generated looks like this:
[NameOfPsbFile]
---- Face_00
-------- LeftEye
-------- RightEye
-------- Face
---- Face_01
-------- LeftEye_1
-------- RightEye_1
-------- Face_1
Reproducible with: 2D PSD Importer 2.1.10 (2019.4.33f1), 4.1.2 (2020.3.24f1), 6.0.1 (2021.2.5f1), 7.0.0-pre.3 (2022.1.0a16)
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:
A fix to this issue would silently break all assets and systems depending on a path inside the generated model prefab, such as animation clips. Due to the potential impact, we have decided to leave this issue as is for now. We have tagged this issue as an area of improvement that we will look into for future versions of the PSD Importer.