void Start() { ac = gameObject.GetComponent<Anim>(); ac.PlayAnimationLoop(animation); transform.localPosition = worldPos; }