Hey everyone, I’m with some tricky doubt here. Imagine we have a cannon which can shoot balls. In the 3D world I have an aim, which is the position where I want the ball to go. What’s the best way to make the ball go in some sort of oblique launch in direction of the aim? Should I use AddForce based on distance between the cannon and the aim position in world ? Someone already implemented such a thing with success?
It’s not difficult to make the ball get closer to the aim. But what about make her hit the ground perfectly in the aim position?
Thanks from now!
Cheers.