Search Issue Tracker
Fixed in 2018.1.X
Fixed in 5.6.X
Votes
0
Found in
2017.1.0f3
Issue ID
941369
Regression
Yes
[Regression] Editor crash on SkinnedMeshRenderer::PrepareSkinCommon when SkinnedMeshRenderer has Animator and Cloth attached
To reproduce:
1. Open the "TestScene" in the user-provided project
2. Select the "PlaneAnimation&Cloth" Game Object from the Hierarchy and enable it
3. Enter the play mode
Desired outcome: The editor does not crash.
Actual result: The editor crashes.
Stack trace:
(Unity) SkinnedMeshRenderer::PrepareSkinCommon
(Unity) SkinnedMeshRenderer::PrepareSkinGPU
(Unity) SkinnedMeshRenderer::UpdateSkinnedMeshes
(Unity) SkinnedMeshRendererManager::UpdateAllSkinnedMeshes
(Unity) SkinnedMeshRenderer::UpdateAllSkinnedMeshes
(Unity) UpdateClothsJob
(Unity) JobQueue::Exec
(Unity) JobQueue::ExecuteJobFromHighPriorityStack
(Unity) JobQueue::ProcessJobs
(Unity) JobQueue::WorkLoop
(Unity) Thread::RunThreadWrapper
(KERNEL32) BaseThreadInitThunk
(ntdll) RtlUserThreadStart
Reproduced with 5.6.0a1, 5.6.3f1, 2017.1.0a1, 2017.1.0f3, 2017.1.0p3, 2017.2.0b7, 2017.3.0a4
Not reproduced with 5.5.1f1, 5.5.4p3
Regression introduced in 5.6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Color property '_BaseColor' missing
- Point Light source stops lighting when moved out of camera frustum in Player while having 2 directional lights in scene present, and a fog enabled by script
- Sky does not get rendered when 'CameraRelativeRendering' is disabled
- Dropdown UI elements have their Content misplaced when nested inside a Prefab containing a root object with a Canvas Component
- “'UnityMetaVertexPosition': implicit truncation of vector type" Shader warning when compilating URP ShaderGraph shaders
Add comment