void Start() { baseIA.agent.updateRotation = true; FloatingTextControler.Initialize(); if (GetComponentInChildren <EnemieSigthSphere>()) { GetComponentInChildren <EnemieSigthSphere>().gameObject.layer = 2; } }
void Start() { FloatingTextControler.Initialize(); }