Home > Net >  How to fix the ground in unity 2d
How to fix the ground in unity 2d

Time:02-24

Um I'm making a game in unity I got a problem I made a picture as the ground but it doesn't work I put if to default and put what is ground to default to I use rigid body as physics and I already put a collision box and collision circle

CodePudding user response:

Your question is not a clear question But be sure to add the rigidbody to the ground and the box colliser for the player and the ground

You can review the images in this question showing how you can add the rigidbody and the box collider

CodePudding user response:

Adding on to the responder above me, even if you did add the colliders, you may not have made the right size.

  • Related