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
- Unsupported documentation is opened when pressing the "QuickStart" button in the Engineering package
- Crash on OverridingParameterPreparer::OnPrepareVector when repeatedly saving changes made to a Shader Graph
- All mouse clicks resize the Editor Window when script recompilation occurs
- canvas.rootCanvas returns self instead of true rootCanvas when the child canvas's GameObject is disabled
- "Unsupported texture format R16 for a swizzle" error and texture is not correctly rendered when using texture Swizzle and reimporting texture asset
Add comment