I have a project that is a 2D Game with a "fake" 3D depth (like in the 90's brawlers)
For collisions I was thinking if changing the characters/items (when they move) collision layers and masks would be a good solution.
But I am worried that it might be a problem in performance.
What do you think?