Is it possible/efficient to make a collision system for an isometric game without the solid behavior?
I have some sprites that I need to not collide with walls, but collide with another sprites and im wondering how to make it smooth like solid behavior.
Much Thanks