Hi, tried the AI Planner packages and get some understandings but more confused.
From my understanding, traits are Components of Object/Entity, we can modify traits in action callbacks.However, when change traits through mono update, the changes are not seen by the planner. Is there anyway to let the planner know the changes?
So how do we change traits that need to update every frame, for example, hp/mp regeneration? Using action callbacks to change this type of data seems incorrect.
Thanks in advance