// Update is called once per frame void Update() { if (eye.detectPlayer()) { retine.color = Color.green; } else { retine.color = Color.red; } }