Fun game. I had most of my bullets hit an invisible wall in front of me that I assume was my own collider. You may have the bullets on the same physics layer as the player's collider. If you puts the bullets or the player onto a new layer and remove collision between the two it'll fix that issue.