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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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.