Search Unity

AI Agent Action Planning within ECS

Discussion in 'Entity Component System' started by TheGabelle, Jan 20, 2019.

  1. TheGabelle

    TheGabelle

    Joined:
    Aug 23, 2013
    Posts:
    242
    How would you approach agent action planning and agent action execution using Unity ECS?

    I was thinking of something to the effect of GOAP, but was unable to translate the pattern into ECS.
     
  2. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,769
    Storing planning and actions in buffer arrays?
    Not sure if that what you asking?