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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Currently missing some infrastructure that should appear in a later release.