Search Unity

NavMeshAgent's not working in build

Discussion in 'Navigation' started by Rogalog, Feb 24, 2017.

  1. Rogalog

    Rogalog

    Joined:
    Jun 18, 2016
    Posts:
    23
    Hi guys,

    Ran into a bit of a problem when creating a build of my game. Playing through the editor and through a development build is completely fine - however, when I play using a standard build, the agents don't move. They can turn but they can't move off their starting position. No errors are being shown in the development console.

    Can anyone shed some light on this issue? Is the NavMesh not being built properly?

    Thanks