Search Issue Tracker
By Design
Votes
0
Found in [Package]
6.0.0-pre.1
Issue ID
1299229
Regression
No
SpriteSkin bone associations change when sprites are switched in the SpriteResolver
How to reproduce:
1. Open attached project "SpriteskinError.zip"
2. Open "SampleScene" scene
3. Expand "Rag Doll characterTest" GameObject in the Hierarchy
4. Select "Dress" GameObject
5. In the SpriteResolver, swap between the first and the second sprites while observing Bones list in the SprieSkin component
Expected result: Bones list structure stays the same
Actual result: Bones list structure changes
Reproducible with - 3.2.6 (2019.4.17f1), 5.0.3 (2020.2.3f1), 6.0.0-pre.1 (2021.1.0b3), 6.0.0-pre.1 (2021.2.0a3)
Could not test - 2018.4 (Editor errors)
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
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
Resolution Note:
Toggle "Auto Bind" option on the SpriteSkin, and the swapped Sprite should render properly.