No, no, no, thanks to you for having your asset free and letting me use it! If you want me to use a screenshot of the game for the cover instead, let me know. 🤙
Yes, the asteroids spawn outside the camera with a random velocity towards the player and move towards him every frame.
The code is this:
transform.position += john * speed * Time.deltaTime;
The word limit is also unnecessary because the background generates when you go to that area, but in the beginning, I was planning on having health kits throughout the map.
Thanks for playing my game and the feedback!