I have 3 scenes - a start game scene,a game scene, and a pause game scene.
I have the pause game scene with a home button that goes back to the start game scene and a play button I want to be able to un-pause the game.
I also have a pause button on my game scene that brings me to the pause game scene.
Requirement - How do I go save the current game board, score, and all so it can be playable after the play button is clicked?
NOTE - I don't feel this question needs code to help with answering the question, but if it does I will gladly add it.