Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
6.0.1
Issue ID
1325600
Regression
No
Hierarchy of Bones changes aren't applied in Skin Editor
How to reproduce:
1. Open the project 'case_1325600-LittleSimWorldInterview'
2. Select 'BodyShape' Sprite from Sprite Folder
3. Click 'Sprite Editor' from the Inspector window
4. Change the Sprite Editor to the Skinning Editor
5. Select the second body sprite
6. Toggle on the Visibility
7. Drag 'Bone_2' and put it between 'Bone_1' and 'Bone_2' in the hierarchy
8. Click Apply
Expected result: "bone_2" hierarchy should stay the same after pressing Apply
Actual result: "bone_2" hierarchy is reverted back to its original position in the hierarchy after pressing Apply
Reproducible with: 2019.4.24f1 (3.2.6), 2020.3.4f1 (5.0.4), 2021.1.3f1 (6.0.1), 2021.2.0a12 (5.0.4)
Could not test with: 2018.4 (doesn't have the package)
Notes:
• Video attached on how to reproduce
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note:
The visibility tab shows the bone hierarchy as a whole, and moving the bones should only be done to change the parent/child connection, rather than changing the sibling index.
The Bone Influence panel is the correct tool to use when you want to update the bone order of an individual sprite.