Search Unity

NavMeshAgent and dynamic objects?

Discussion in 'Getting Started' started by drdenner, Jan 7, 2016.

  1. drdenner

    drdenner

    Joined:
    Jun 24, 2014
    Posts:
    32
    Im trying to make the following : A simple City Builder game, where you can build houses and citizens can gather berries.

    The following is working:
    Building of houses
    Citizens go back and forth from houses to berries, and carry some home. Repeat.
    I use the navMeshAgent to move citizens around.

    The problem is the NavMesh is baked, how do i make it work for houses that are build when when the game runs?