Search Issue Tracker
Fixed
Fixed in 2023.1.X, 2023.1.0a16
Votes
0
Found in
2023.1.0a10
Issue ID
UUM-13922
Regression
Yes
Crash on CapsuleCollider::SetScale when rotating a GameObject with a CapsuleCollider component
Reproduction steps:
1. Open the user’s attached project
2. Enter Play Mode
3. In the Hierarchy, under the “Parent” GameObject, click “Capsules” GameObject
4. Click “Scene”
5. Select “Rotate Tool”
6. Rotate the “Capsules” GameObject
Expected result: The “Capsules” GameObject is rotated
Actual result: Unity Editor crashes
Reproducible with: 2023.1.0a4, 2023.1.0a10
Not reproducible with: 2020.3.39f1, 2021.3.10f1, 2022.1.16f1, 2022.2.0b7, 2023.1.0a3
Reproducible on: Windows 10 Pro 21H2
First lines of the stack trace:
{noformat}0x00007FFA0A28550D (Unity) CapsuleCollider::SetScale
0x00007FFA0A2B97A9 (Unity) PhysicsTransformSync::Sync
0x00007FFA0A287F1F (Unity) PhysicsManager::SyncTransforms
0x00007FFA0A286EE3 (Unity) PhysicsManager::Simulate
0x00007FFA0A27A768 (Unity) `PhysicsManager::InitializeClass'::`2'::FixedUpdatePhysicsFixedUpdateRegistrator::Forward{noformat}
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
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
- Editor.log file size grows rapidly when a scene exceeds the "Maximum Shadow on Screen" limit setting in the HDRP Asset
- Player build freezes after calling Application.Quit() when the scripting backend is set to IL2CPP
- Texture is not applied on a Custom Render Texture when a Cubemap is selected as the texture
Resolution Note (fix version 2023.1):
issue handled in the linked pr. a missing ::GetEnabled() check caused the crash.