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
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
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.