Search Issue Tracker
By Design
Votes
0
Found in
5.6.3p2
Issue ID
953114
Regression
No
[Physics] When rigidbody constraints are set to freeze the Z axis, rigidbodies start sliding horizontally
Steps to reproduce:
1. Open user attached project
2. Play the scene
3. Notice the the horizontally sliding boxes
Expected result: boxes should remain stationary
Actual result: boxes are horizontally sliding
Reproduced in: 2017.3.0b2, 2017.2.0f2, 2017.1.1p3, 5.6.3p4, 5.5.5f1, 5.4.6f3
Comments (2)
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
Gok11
May 16, 2018 08:01
workaround: tweak "Sleep Threshold"
https://docs.unity3d.com/Manual/class-PhysicsManager.html
akaurl
Nov 22, 2017 20:05
Solution?