// Update is called once per frame void Update() { hexController.Execute(); meteorController.Execute(); planetController.Execute(); cloudController.Execute(); }
// Update is called once per frame void Update() { if (hexController) hexController.Execute(); if (meteorController) meteorController.Execute(); if (cloudController) cloudController.Execute(); if (planetController) planetController.Execute(); if (hexController) hexViewController.Execute(); if (sunController) sunController.Execute(); }