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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
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.