N
N
NickName73312018-02-09 18:58:25
C++ / C#
NickName7331, 2018-02-09 18:58:25

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

1 answer(s)
D
Daniil Basmanov, 2018-02-09
@NickName7331

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 question

Ask a Question

731 491 924 answers to any question