Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Creating Traversed Region for AI

Discussion in 'Scripting' started by Falihin, Jan 25, 2015.

  1. Falihin

    Falihin

    Joined:
    Aug 1, 2013
    Posts:
    11
    I am working on a project that uses a simple AI to navigate the environment by using navmesh agent. The issue at hand is for the AI to notice that it have passed a certain section of the environment. To do that, the AI should be capable to record its' traversed region based on its' past trajectory.

    Can anyone help to provide some feasible ideas?