Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Pathfinding script multiple grids

Discussion in 'Scripting' started by tet2brick, Jun 8, 2012.

  1. tet2brick

    tet2brick

    Joined:
    Jun 24, 2009
    Posts:
    77
    Hello,

    I'm struggling with a logic problem here, I've made a basic pathfinding script and I wanted to have the possibility to use multiple grids (instead of only one big grid) to lighten the calculations when the script search a path...

    But I don't find a simple way to "link" the grids if the starting point is on one and the ending point on another. (with maybe some others grids in between where the path will pass)

    Any idea?

    Thanks ;)