Throw Bomb to Pos

Hi,

I’m making a 2d platform game. There is a player and bunch of enemies in the game. I made a throw bomb system. It throws bomb with certain speed. But I want to throw the bomb where enemy or player is. So throw it to the position. How can i do that?

There are equations to calculate the trajectory to lob something at a specific spot.

Look up in google: unity trajectory

I just looked and there’s quite a few tutorials.