Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

2d side scroller navigation?

Discussion in 'AI & Navigation Previews' started by enzoravo, Jan 28, 2017.

  1. enzoravo

    enzoravo

    Joined:
    Jun 25, 2013
    Posts:
    284
    hello, i'm working on a 2d side scrolling game, how i can modify the orientation of the navmesh?

    is there any info or tutorial about this?

    thank in advance for the help.
     
  2. Flurgle

    Flurgle

    Joined:
    May 16, 2016
    Posts:
    389
    Not sure this is helpful but could you use off mesh links to allow characters to jump onto platforms, and because you're using 2D orthogonal camera, you could hide the "3d" platforms that go off in the z direction. Constrain the nav agents's z axis in the rigid body settings.
     
  3. enzoravo

    enzoravo

    Joined:
    Jun 25, 2013
    Posts:
    284
    thank you, i will give it a try.