i know how to stop the time using Time.timescale=0…but i would like 2 make a button that will follow the game scene…what i mean is…example…i would like to pause the game and show some button…and i would like the background is still the same when i pause the game earlier…plsss anyone help me…
since you are making the timescale to 0, the background will be frozen as it was when paused, until the time is set back to normal. After pausing draw some buttons you need in the OnGUI function using GUI.Button.
note: OnGUI will work even when the timescale is 0.