Hey ! Sorry that the title is confusing i didn't know how to explain it well.
Basically, i have an invisible solid object where my sprite with the Platformer behaviour is on top of, but i have another 8Directional behaviour that comes down from the top of the screen that the player needs to jump over.
The problem is when that when the 8Directional obstacle reaches the platform my player is standing on it doesn't go through and kills the player when they fall back down.
If i disable the solid on that invisible platform, it'll let the obstacle pass through but the player will fall down as it has nothing to stand on.
I will send screenshots if necessary.