Search Issue Tracker
By Design
Votes
0
Found in
5.4.0f3
Issue ID
820991
Regression
No
No force added to the character at a specific ground object position while using Rigidbody2D.AddForce
How to reproduce:
1. Open the attached repro project "Case 820991.zip" and the only scene in it.
2. Play the scene and notice the character can not jump while running unless he reaches middle of the ground object.
3. Exit play mode and duplicate two "Piso" game objects in the Hierarchy window.
4. Delete the old ones "Piso" game objects and play the scene again.
5. Observe now player can jump while running.
6. Try to save the project, exit and open it - the bug will be reproducible again.
Expected behavior: Character can jump while running all the time.
Actual behavior: No force added to the character at a specific ground object position while using Rigidbody2D.AddForce.
Reproducible: 5.5.0a5, 5.4.0p1, 5.3.6p2, 5.2.4f1.
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