Answer the question
In order to leave comments, you need to log in
Unity3D(C#) - How to make popup windows?
How can pop-ups be made? For example, when reaching the end of the level, the game should stop, and a window should pop up in the center, saying: "You have completed level '1'" and then go to another stage. I searched the Internet for information, but I did not manage to implement this. Thanks in advance!
Answer the question
In order to leave comments, you need to log in
How to make the window itself, see the tutorials . The specific implementation of stopping the game depends on your architecture, the simplest option is to set Time.timeScale to zero. You can move to another scene using SceneManager.LoadScene .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question