Search Issue Tracker
By Design
Votes
0
Found in
2017.2.0f3
Issue ID
975252
Regression
No
CharacterController's Step Offset broken when stepping onto flat mesh colliders
To reproduce:
1. Open attached Unity project "BugReport.zip"
2. Open "Steps" scene
3. Inspect that yellow steps have mesh colliders and are higher than pink steps with box colliders
4. Go into play mode
5. Try to climb pink stairs
6. Try to climb yellow stairs
Result: Character controller is unable to run straight up the pink stairs, however, it is able to climb yellow stairs despite the fact that they are higher than pink ones.
Note: Changing yellow steps' colliders from mesh to box, character controller is no longer able to run up.
Reproduced on: 2017.1.2p3, 2017.2.0p4, 2017.3.0f1, 2018.1.0a7
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