Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

your game is fine, but the enemy should explode and disappear when shot.

Yeah that was my original plan, but i couldn't figure out how to make the bullets kill the enemies.

make with unity gameobject.SetActive(false) when hit. or gameobject.transform.position=new Vector3(0,-1000,0)

Finally got it to work :D