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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
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.