// Use this for initialization void Start() { aiAgent = GetComponent <AIAgent>(); aiAgent.updatePosition = false; }
protected virtual void Awake() { owner = GetComponent <AIAgent>(); }
void Start() { aiAgent = GetComponent <AIAgent>(); // Don't update the position until later aiAgent.updatePosition = false; }