Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.1.1p2
Issue ID
1001884
Regression
No
Deactivating an object which has a Rigidbody triggers unnecessary check in it
Reproduction steps:
1. Open the attached project "Test.zip";
2. Open TestScene.unity;
3. Enter a play mode;
4. Toggle the Sphere game object on and off.
Expected results: there should be no errors in the console after these steps.
Actual results: after reactivating the sphere, the console shows the specific error:
"Inertia tensor must be larger then zero in all coordinates."
Reproduced on: 5.5.6f1, 5.6.5p1, 2017.1.3p2, 2017.2.1p4, 2017.3.1p3, 2018.1.0b9, 2018.2.0a2.
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
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Resolution Note:
Currently missing some infrastructure that should appear in a later release.