I am making a terraria-style game with separate blocks and a Platformer character. For some of the blocks I use jumpthrough platforms. But when I am standing on two jumpthrough platforms at the same time, I can’t fall through. Is there a way to fix this
I just tested this in a fresh project, and falling through multiple jump-through platforms works as expected. This means the issue is likely caused by something in your events or collision settings.
If you share your events, I might be able to help you out.