Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.3.15f1
2019.4
2019.4.15f1
2020.1.0b9
2020.2.0a7
2021.1
Issue ID
1296558
Regression
Yes
Editor crashes when entering Play mode with multiple Rigidbodies containing infinite values
Reproduction steps:
1. Open the user's attached "Planets.zip" project
2. Load "SampleScene"
3. Enter Play mode
-- Observe the crash
Reproducible with: 2019.3.15f1, 2019.4, 2020.1.0b9, 2020.1.17f1, 2020.2.0a7, 2020.2.0f1, 2021.1.0a9
Not reproducible with: 2018.4, 2019.3.14f1, 2020.1.0b8, 2020.2.0a5
Note: the Editor.log is spammed with the following error before the crash occurs: "
Skipped updating the transform of this Rigidbody because its components are infinite. Could you have applied infinite forces, acceleration or set huge velocity?
"
Reproduced on Windows 10, could not reproduce on MacOS
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
The project was using large amounts of overlapping rigidbodies in a hierarchy resulting in weird and unexpected behaviour. User followed advice on how to better implement his use case and the editor doesn't crash anymore. Ideally, of course, the editor shouldn't crash at all, but right now we don't have the resources in the team to investigate and fix this.