Search Issue Tracker
Duplicate
Votes
0
Found in
5.6.0b6
Issue ID
878344
Regression
Yes
Unity crashes when adding cloth component to 3D object while there is empty gameobject with cloth component on it
Reproduction steps:
1. Create new project.
2. Create empty GameObject.
3. Add Cloth component to GameObject.
4. Create any 3D object (Plane)
5. Add Cloth component to 3D object.
Expected result: Component will be added.
Actual result: Unity crashes.
Note: If you change 4-5 steps with 2-3, after creating new 3D object, Unity will crash.
Reproduced on: 5.6.0a6, 5.6.0b3, 5.6.0b6.
Works fine on: 5.5.0f3, 5.5.1p3.
Regression introduced in 5.6.
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
This is a duplicate of issue #845868