Hi I’m quite new to unity and I was trying to make a small platformer controler using a rigidbody 2D and some Coliders I got the player to move and jump with forces but I couldn’t figure out how to how to check if the player is on the flor or not using a child’s box collider. I figured out how to use events but only the ones from the parents. How can I get the child’s event in the parents script?
I have been able to solve it