So, I am soon going to be adding computer controlled units to my game, I feel like behavior tree is the best way, due to allowing more complex behavior parameters (correct me if I am wrong).
I am not sure of the best way to implement this, if I should physically create a scene with nodes, or if there is an add-on that would be best for this. Any advice direction would be appreciated.