Need help for shoot them up game enemy spawning.
I'm developing a shoot them up game, and get quiet an issue about the spawning of the enemies.

This is the coroutine to instantiate the enemies. It is called in Start(), but Start() is a bad place to do continues changing. How can I instantiate the enemies in order and make it go along with a curve or facing the player?
1.png
(65.5 kB)
Comment
Your answer