Want platforms that let you jump up through from the bottom, then land on the top (ie. like classic side-scrolling platformers)? This package will get you there in seconds.
Click here to try the demo scene!
Attach a single script to your platform, add a collision volume, and boom - instant 2-way platform! Includes a demo scene to show how it all fits together.
Script requires that your character be some kind of Collder, and that the platforms also be some kind of Collider. Does NOT presently work with Unity2D / Collider2D - it's a different class that doesn't expose IgnoreCollisions currently. We'll look into adding it later, as soon as they update Collider2D.
Also includes the script necessary to allow an object to optionally fall through the platform (such as when you hold down + jump). This requires a little more work to use, as you have to add some logic to whatever controls your character, but it's still quite easy.