Search Issue Tracker
Fixed in 5.3.4
Votes
0
Found in
5.3.0f4
Issue ID
755091
Regression
Yes
[CharacterController] Character controller doesn't get grounded even if collision happens
Steps to reproduce:
1. Open attached project "Grounded.zip"
2. Open scene "repro"
3. Run scene
4. Open console and notice that it's being filled with "False" - this is value of isGrounded. Also notice that "Hit" is printed. This means that CharacterController collided with "Wagon"
Expected result: After "Hit" - isGrounded is set to True
5. Multi-Select "Capsule" and "Wagon" in hierarchy
6. Move these objects closer to origin (0, 0, 0)
7. Run scene
8. Notice that after "Hit" is printed, isGrounded is set to true - this is expected behavior
Regression introduced with Unity 5
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