- Home /
Any way to stack an object in a top down 2d game?
I need objects to be on top of the floor and the reason they need to be separate is because i need an object smaller than the floor, meaning that I want to collide with the object and NOT the floor. Is there a way to do this without code? If not, is there a simple code?
Comment
Could you put the floor on a different sorting layer?
Your answer
Follow this Question
Related Questions
2D Top Down Character Controller 1 Answer
Transform.localPosition Scripting Problem. 1 Answer
Does Unity 5 support a 2D top-down view? 2 Answers
2D Mouse Aiming on Unity 4.3 1 Answer
Game object position. 1 Answer