Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Path finding on a moving platform

Discussion in 'Navigation' started by Julian-S, Apr 6, 2015.

  1. Julian-S

    Julian-S

    Joined:
    May 31, 2013
    Posts:
    73
    Hello,

    In my game I have a ship constantly moving on water meaning its x, y, z position and rotation are always in flux.

    I would like to have the ai crew be able to move about the ship while it's moving.

    I am wondering if there is a path finding solution available that will allow me to do this. I assume it means modifying path finding at runtime in a reasonable way but any waypoint pathfinders that I have looked at so far don't seem to be capable of that.

    Any help would be much appreciated, thanks!