Search Issue Tracker
Fixed
Fixed in 2022.3.47f1, 6000.0.16f1, 7000.0.0a1
Votes
0
Found in
2021.3.41f1
2022.3.39f1
6000.0.12f1
Issue ID
UUM-76325
Regression
No
Crash occurs on SkinVerticesGenericCPU<255,1,1> when the "QualitySettings.skinWeights" are set to "SkinWeights.None" or 0
How to reproduce:
1. Open the “SkinningBonesCrash.zip“ project
2. Open the “SampleScene“
3. Import the attached “SkinWeightScript.cs“ file
4. Create an Empty GameObject
5. Attach the “SkinWeightScript“ to the GameObject
6. Enter Play Mode
7. Observe the Editor
Expected results: The Editor enters Play Mode
Actual results: The Editor crashes
Reproducible in: 2021.3.41f1, 2022.3.39f1, 6000.0.12f1
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Notes:
- Reproducible in the Player, and there are suspicions that this can affect any platform
- In the “Project Settings > Quality”, the “Skin Weights“ dropdown does not have an option for “None“, but Scripting API does
First 5 lines of the Stacktrace:
0x00007FF7C11B2F38 (Unity) SkinVerticesGenericCPU<255,1,1>
0x00007FF7C11B794C (Unity) SkinMeshCPU
0x00007FF7C11B7074 (Unity) DeformSkinnedMeshJob
0x00007FF7C120184A (Unity) ujob_execute_job
0x00007FF7C1200C7D (Unity) lane_guts
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment