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
← Return to game
Comments
Log in with itch.io to leave a comment.
I GOT 72
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!