Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.0 Beta3
-
None
-
-
1f349e51f (dev), 26004d184 (6.5), 4b15001d8 (dev), 0616b2c8b (dev), 18d368ed5 (6.6)
Description
CharacterController does not receive body contact reports when colliding with a StaticRigidBody (with sendContactReports set on StaticRigidBody and receiveContactReports set on CharacterController). OnBodyContact is never called. When (for testing) replacing CharacterController with DynamicRigidBody, contact reports are received as expected.