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
- The Up, Down and other Buttons in a Style Sheet's Inspector unselect items when they are clicked while they are disabled
- Virtual Player remains active and still launches when removed from Additional Editor Instances from a custom Play Mode Scenario
- UI Toolkit Editor Window Creator becomes not interactable and greyed out when a long name is entered
- [Web][iOS] Web Player keeps restarting on launch when Native C/C++ Multithreading is enabled
- "Add Scene to Scenes in Build" pop-up reappears after Scene has already been added and another Multiplayer Editor Instance is loaded
Resolution Note (fix version 2023.1):
issue handled in the linked pr. a missing ::GetEnabled() check caused the crash.