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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Add comment