0
Isometric game collision
I'm working on a game which is isometric tile based game. I have no idea about how to make collision to a rotated rectangle. can you help me?
4 ответов
+ 1
usually isometric games function on a top-down 2d grid while only the display is isometric, so you should probably do that.
+ 1
so the collision will stay same and will it work?
+ 1
Ilias Karypidis yep, an isometric display is the result of projecting a 2d grid, so the collision stays the same
+ 1
Yeah! I think you are right. will test it today