void Awake() { brain = GameObject.Instantiate(brain) as Brain; brain.CreateRuntimeInstances(); GetSensors(); GetNodeBehaviours(); }