I just started using unity so I’m a complete beginner.I have an animated game object(a bird) and I want it to move forward along the x axis again and a again with a time interval in between how should I do that ?really appreciate the help
You can move it with Transform.Translate and also you need to use Object-pooling to activate or deactivate the gameObject. For wait–> WaitForSeconds