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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment