I’m trying to create a space game, where random asteroids are coming towards the spaceship. But, I can’t figure out how to keep spawning prefabs of the asteroid along the y-axis of my screen… Can someone help?
Use Instantiate to spawn your asteroids, it has an overload that takes a position Vector3. Do this in Update every few seconds and you have yourself a spawner