Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Nice job! keep going!

I think you can solve your problem with the enemy shots by changing the collider from the shot prefab to trigger (By marking the "is trigger" at the collider component) and changing the collider detection from OnCollisionEnter2D to OnTriggerEnter2D.

I will keep that in mind and make changes soon. Thank you!