Collision not always detected - ThirdPersonCharacter walking on Cube static mesh

Yes you can do that! In order to do that, you simply have to change the 2nd collision box’s settings, to OverlapAllDynamic, instead of BlockAllDynamic. And change the overlap events to that collision box instead.
Let me know if that works :slight_smile: