Bullets do not collide with the Tiles

neegames

  • Posts: 1
In my game If spacebar is pressed then a bullet will create and it will point towards the direction of the player. I want it to collide with the tiles which have the collision. But when a bullet is created and point toward a tile and it passes through the tile. I have created collision groups and did everything with the physics too. But never helped. So if you guys know something about that please help. Thank You!

letmethink

  • *
  • Posts: 2545
If your tile is set to "cannot be pushed" it won't collide with tiles. You may also need to enable continuous collision if you haven't already.
~Letmethink