I need to put collisions on some static tiles so that the player can not pass them. I tried to put a Box Collider 2D
on the player and the tile but it is not working. How do I solve this in the best way possible, in a way that improves Unity's performance. (There will be many colliders)
Note: I do not want scripts for this.