Search Issue Tracker
By Design
Votes
0
Found in
5.4.0f3
Issue ID
863707
Regression
No
Function 'AddForceAtPosition' influences Rigidbody.MovePosition and Rigidbody.MoveRotation
Reproduction steps:
1. Open the attached project;
2. Open the scene 'TestPhys';
3. Ensure 'Impulse' on TestController ('Sphere' gameobject) is unchecked;
4. Enter in the Play mode;
5. Observe how the sphere rotates and moves until coming to a stop;
6. Stop Play mode;
7. Set "Impulse" on the TestController ('Sphere' gameobject) to true;
8. Enter in the Play mode;
9. Observe how the sphere rotates and moves;
Expected result: 'Sphere' should stop after function 'AddForceAtPosition' end (expected_result.gif).
Actual result: 'Sphere' vibrates and a little bit moves (actual_result.gif).
Note: When "IsKinematic" quickly turn on and then off, 'Sphere' moves correctly.
Reproduced with: 5.3.6p4, 5.4.2f2, 5.5.0f3, 5.6.0b3
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
Add comment