how can i make a text that pops up in the beginning of my scene then you can click it to get out of it
Use a gui button? You can temporarily pause the game by setting Time.timeScale to 0 until player press button.
how can i make a text that pops up in the beginning of my scene then you can click it to get out of it
Use a gui button? You can temporarily pause the game by setting Time.timeScale to 0 until player press button.