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
- “Baking ReferencedPrefabAuthoring!” errors are thrown when creating or deleting unrelated GameObjects in a SubScene that references prefabs
- Cannot scroll down to see all UI Builder Inspector items after content is resized
- Crash on SceneTracker::SetObjectDirty when entering Play mode on a project with specific Assets
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
- The TileMap grid in the Tile Palette is not visible when Screen Space Ambient Occlusion is enabled
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.