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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.