Search Issue Tracker
By Design
Votes
0
Found in
4.2.0a3
Issue ID
535986
Regression
No
Colliders don't interact with rigidbody that is in the sleep mode
Start the scene. Script MovePlane attached to plane object will wait few moments , that cube on top of it will stop entirely. Then plane will slowly start moving up. Cube will go through.
If you remove "if(Time.frameCount < 20) return;" from script, then cube will move with the plane.
Steps:
1) Create cube with rigidBody compenent.
2) Create something that will stop cube when it falls. For example plane.
3) After cube falls and stops, move the plane up.
Expected:
Cube will move up with the plane
Actual:
Cube goes through the plane and falls down.
NOTE:
Looks like every object will go through this cube while it is not moving. I've created another plane with the MovePlane script. And put it under first one. When Position.Y was -0.2 it went through the cube, when it was -1 it lifted the cube up (because where already falling when plane touched it)
If you set UseGravity to false, plane will go through the cube despite the cube's position (on the plane or above it). Seams that bug occures for objects that are not moving.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment