Search Issue Tracker
Won't Fix
Votes
13
Found in
4.2.1f4
Issue ID
565940
Regression
No
When the CharacterController component has a step-offset
Bug reproduced in version 4.3.0b5 (19fb00de019e)
Steps:
In this example, the character controller on the "Character" game object has a height of 1.7, a radius of .3 and a step offset of 0.5. The gap in the red arch is 2 units high.
In the demo, you can press the "up" key, and the capsule character will be stopped by the gap. Continuing to press into it will eventually sent the character through.
This behavior can be completely removed by setting the step offset to 0, however, that is rather undesireable.
My desired behavior in this instance is that since the character collider's capsule is smaller than the gap, the capsule should have no issues moving through the gap, no matter the value of the step offset.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment