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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment