Search Issue Tracker
By Design
Votes
0
Found in
5.5.0b4
Issue ID
832652
Regression
No
Collision between a CharacterController and an object not detected if CharacterController is moved a small distance
Reproduction steps:
(Check the attached video)
1. Open the attached project "CharControl_UpdatedScript"
2. Enter play mode
3. Observe that the ChracterController ( CC2 ) pops out of the cube
4. Open the CC2 game object
5. Change the 'Multiplier' value from 0.005 to 0.0005 in CharacterControllerTest component
6. Play the scene again
7. Observe that CC2 does not pop out of the cube
Expected: CC2 pops out of the static collider ( cube ) no matter how small the distance is
Actual: CC2 is stuck in the static collider ( cube ).
Tested with: 5.3.6p5, 5.4.1p1, 5.5.0b4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment