Search Issue Tracker
By Design
Votes
0
Found in
4.3.0f4
Issue ID
576378
Regression
No
Object behave in an incorrect way when intersecting with a collider
Steps to reproduce :
- import the project attached
- open the scene "sc1" and press play
- press "w" to jump and notice the behavior of the player
*Note :
In order to emphasize this more select Chain in the Hierarchy and set the force to 470 in the Playertest script
Explanation :
The user is ignoring collisions between the player and the platform when the velocity shows that it is moving up. Given then velocity in the default project, this ends when the player is in the middle of the platform i.e. the player and the platform are forced to be overlapping.
Box2D solves overlaps by applying an impulse to solve this overlap through the nearest exterior point which is at an angle.
It seems the user somehow expects that all overlaps are solved by moving an object upwards and whilst that may be what the user wants, this simply isn't the case.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment