Hello guys, anyone have any idea how to ignore the collision only in one direction. For example, my character is under the ground and need to jump through it to climb up, without crush the head in the plataform, like the classic 2D plataformer games. Also I wanting to make it ignore the collision when pressing “down+jump” and fall through this plataform.
I might consider something as simple as haveing two colliders, one above nd one below the platform. If bottom entered, you can pass thru floor, if top entered you can not pass thru floor.