I'm trying to recreate the behaviour of these dive bombing hellicopters from cutmans stage in megaman 1.
youtu.be/7YGDUlJwc-U
Basically they fly straight then when they get within range they will dive up or down in an arc to hit you.
So far basically I've got a a bullet behvaiour on the hellicopter, and a big object matched to the hellicopters postion to reperesent it's detection radius, when that colides with the player it creates a target where the player was standing and the hellicopter rotates to target the radius. But I'm stuck on how to get it to do the actually kind of arcing motion when it gets to the target like they do in megaman.
Any suggestions?