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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
Currently missing some infrastructure that should appear in a later release.