Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

the turning speed is too slow for me, i coudn't make the turn to shoot any target ;(((
I think you didn't multyply Time.deltaTime for your movements?
without it there will be different movement speeds with different framerates in different computers ;o (if you use the update function which updates per frame)
maybe try speed*Time.deltaTime

Fixed! Thank you for pointing this out!