Hi all,
I have a weird result with my Obstacle Assault project: my character is not interacting with rotating platforms. He collides correctly with moving platforms and pushing cubes, but his legs go through rotating platforms and he can stay in position, just like there were no rotating platforms at all.
I made the rotating platform blueprint from the Moving Platform C++ class, like for the moving platform and the pushing cube.
I have compared point by point the details of the pushing cube and the rotating platform (both blueprints and meshes details), to see if I didn’t change by mistake something about physics or collisions, but there are identical, modulo their velocity / rotation velocity vectors.
I made a short video to illustrate my problem (yes, my character is in his underwear): https://youtu.be/68i3QSGAmw0
Any help is welcome!