ricardojmendez / UnitySteer

Steering, obstacle avoidance and path following behaviors for the Unity Game Engine
https://numergent.com/tags/unitysteer/
Other
1.2k stars 275 forks source link

Turning Radius #63

Open SebastianStehle opened 6 years ago

SebastianStehle commented 6 years ago

Hi,

I am not using unity steer or unity but I try to understand steering. I had some success so far but I struggle with the following problem and I hope that you as steering expert can help me.

I would like to apply steering to spaceships like fighters. When they move in one direction and I want them to make a 180 degree radius they slow down, turn and move to the other direction. This is totally fine for big battleships but fighters should keep their steep and make a nice turning. Is it possible to use this behavior with steering or would you solve it in the AI? Another option is to detect these cases and give them a nice path which also forces them to arrive at the arriving point with the right direction.

Sebastianw