Hello, I am attempting to calculate the angle to aim at in order for my projectile to hit the target.
I found an answer http://answers.unity.com/answers/1645360/view.html to get the angle to aim at in order to hit the target but I have been unsuccessful in implementing drag into the equation. I understand drag is applied on each step of the projectiles simulation but I can’t see how I am supposed to get an optimal aim angle from simulating the drag.