Hi,
I have the following problem.
I am currently creating an Endless Runner game and have now added a pause button at the bottom left, when the player clicks it, it changes to a pause scene.
My problem here is when I click the pause button, my game character moves exactly to the side where the pause button is, i.e. to the left.
And if the player then wants to go back to the game, the character starts exactly on the side where the break is button, i.e. on the left.
However, the character should be able to continue playing at the position where he left off and then clicked the pause button.
I hope someone can help me