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
- 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