Hi everyone, I need help, I’m using “fire bullet” behavior for a boss firing to player but I want the bullets go 10000 px/s and with this speed the bullets flash through the screen so in some areas are not in touch with player so they’re not hurting.
What can I do to make the bullets not disappear even with this speed so they can hit the player?
I know is the speed I’m using cause in 1000px /second the bullet not flashing as it moves and hits the player, but with slow movement of bullet players will make fun of the boss
Try finding a speed that will not spoil the fun of boss and hits player as well. I remember someone saying that, if an object goes so fast then it will one pass through another object with whom was meant to be colliding.
At that distance, I’d suggest you use a raycast from the bullet’s position for about 170 pixels in length along the bullet’s trajectory. It’s all approximate figures, so you may have to tweak them to get it working to a satisfactory level.