private void Awake() { Head.Setup(); LeftEye.Setup(); RightEye.Setup(); }
void Start() { LeftEye.Setup(); RightEye.Setup(); }