What about when the AI is in the air? How can I make 3D nav meshes?

Forum Archive What about when the AI is in the air? How can I make 3D nav meshes?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5562
    Jacob Jones
    Participant

      What about when the AI is in the air? How can I make 3D nav meshes?

      #24028
      Jonathan Gonzalez
      Participant

        You can’t make a NavMesh for stuff like that. If you had aircraft flying around you’d use a completely different system. A NavMesh is meant for ground navigation. There’s too many variables for a NavMesh to work in the air. If you were really inclined on this you could use an aerial object that’s directly connected to the movement of an object (invisible) utilizing a NavMesh on the ground. You’re still going to be limited to the variations of the ground though.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘What about when the AI is in the air? How can I make 3D nav meshes?’ is closed to new replies.