Fire bullet in curve projectile?

How do I fire bullet in curve projectile movement?
I have my character and if I press some button I want it to fire at given x and y point
Now I can only fire in straight linear line how do I make it curve?
Or what’s the trick to do it?
(I use fire bullet extension)

Fire bullet extension are exactly what it says
A way to fire something from somewhere
Not to control bullet

For that you would need create your own logic for setting trajectory of bullet object

You can try what is below

1 Like

thank you, i’ll try it