Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.2.0a1
2018.2.8f1
2018.3.0a1
2019.1.0a1
Issue ID
1092600
Regression
No
RigidBody goes to sleep instantly and does not react to surroundings when WakeUp() is not called
How to reproduce:
1. Open case "LukasTest.zip"
2. Enter Play Mode
3. Observe the cube that is tilted 45 degrees falls
4. Delete Script component from the 'Broken Cube' Game Object
5. Enter Play Mode again
Expected result: After the second cube slams the ground, the tipped cube falls over.
Actual result: Tipped Cube instantly falls asleep and does not react to the slam.
Reproduced with: 2017.4.15f1, 2018.1.9f2, 2018.2.16f1, 2018.3.0b10, 2019.1.0a8
Note: This is an issue with rigidBody 'wake counter'. The user also requested to make it adjustable to users, and not to be set by default. In the 'scrp' file there is a function calling Rigidbody to stay awake.
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:
Seems the falling cube on the left is rotated perfectly to fall on the edge straight down. It only tilts after a while (if being kept awake) due to computation inaccuracy. It's by design really, I think.