I am making a 2D pong game. At the minute I have it so if the ball hits left wall or right wall the scene restarts. However, it also resets the rackets which I don’t want to be reset and resets the score (so basically its impossible to get above a score of 1 as it restarts level when someone scores).
So how do i just reset the ball GameObject to its original state of where it was when scene started.
thanks in advance