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
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
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.