I want may player to collide with the tiles of the tile pallete which I have drawn…how do I do this?..plz help me…
You draw the tiles in your Tilemap, and your Tilemap has a Tilemap Collider 2D Component, you don’t need a Rigidbody in your tilemap. You can go to any sprite > Sprite Editor > Custom Physics Shape, and change the physics shape if you want a different shape. Do some research about tilemap, almost every tutorial teaches you about everything there is to know. Except for some more complex use cases.