How do I create 2d object collision from every side(top,left,bottom,right) properly
问题 Just adding this for the people not looking to read a whole bunch of text, at least read this and look at the picture to understand my question; I have collision set up between the "player" and "objects", so that when the "player" hits the "Left" of the "object" the "player" is put to the "Left" of the "object". (this is what i want). But I would like the player to be able to hit any side ("top","left","right","bottom") of the object and be placed appropriately. So looking at the image above,