GameObjects fall downwards in Unity when they should MoveTowards spaceship
I’m making my first C# game/program with Unity. Basically, the meteoroids should move towards the spaceship but they lose velocity and start falling downwards. The code below worked before I added the bullets to the game, but now something has gone wrong.