Jump through / one way platforms
In this article we’ll see how to implement jump through / one way platforms. If you remember from my previous article, we kept a separate object hierarchy for jump through / one way platforms. That’s because we use them differently in our collision checking; had we made them children of solid objects, we would have…