Search Unity

Can I use unity navmesh in my ecs rts game for pathfinding?

Discussion in 'Entity Component System' started by lijianfeng, Jul 17, 2019.

  1. lijianfeng

    lijianfeng

    Joined:
    Sep 8, 2015
    Posts:
    54
    Will it be crossplatform deterministic in the future,or there is another DOTS ai pathfinding system used for ecs game:confused:?
     
    Last edited: Jul 17, 2019
  2. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,761
    artplayer, eterlan and Antypodish like this.
  3. lijianfeng

    lijianfeng

    Joined:
    Sep 8, 2015
    Posts:
    54
  4. lijianfeng

    lijianfeng

    Joined:
    Sep 8, 2015
    Posts:
    54
    I want to controll NavmeshManager Update,so I remove PreUpdate.AIUpdate from player loop,But how can I call PlayerSystemLoop UpdateFunction myself in c#?