Unity Pause Game - Easy Tutorial (2023)

Unity Pause Game - Easy Tutorial (2023)

Solo Game Dev

1 год назад

31,188 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

CodeLaniakea
CodeLaniakea - 29.09.2023 17:56

Thank You, Solo Game Dev! I like this tutorial

Ответить
Jayson Ducharme
Jayson Ducharme - 30.08.2023 12:37

Is there a way to pause the game while not pausing certain things?
For example, I have a function where a character can examine something, and I would like time to stop around them so they don't get attacked while examining. However, using Time.timeScale pauses the text crawl for whatever it is they're trying to examine. Also trying to use Time.timeScale affects the inventory UI as well.

Ответить
Alfa
Alfa - 24.08.2023 04:11

That's so helpful and quick, thank you!

Ответить
Samarth
Samarth - 11.07.2023 18:52

Can't we use GetKey?

Ответить
Karlos Miguel Serrano
Karlos Miguel Serrano - 09.07.2023 08:53

where is the previous video ?

Ответить
SzczyQ
SzczyQ - 17.06.2023 20:00

How can I make it so that I have to press esc instead of some button on the screen?

Ответить
Brainiac Game Dev
Brainiac Game Dev - 08.06.2023 15:21

simple and easy to do. Thanks bro. 1 sub to you.

Ответить
DIGI ROSS
DIGI ROSS - 23.05.2023 14:47

Short, sweet, and to the point. Thank you

Ответить
oemer
oemer - 18.05.2023 21:20

Thank u this really helped me out with my game!

Ответить
PsyGameStud
PsyGameStud - 21.02.2023 00:55

You can use switch method: isPaused = !isPaused;
Time.timeScale = isPaused ? 0 : 1;

Ответить
Malik Muhammad Arslan
Malik Muhammad Arslan - 17.02.2023 10:00

Can you please make a video on how can we save progress in seen for example in a city builder 2d game how can we same the whole city building and data.

Ответить
Malik Muhammad Arslan
Malik Muhammad Arslan - 17.02.2023 09:58

ThankYou buddy

Ответить
민물고래
민물고래 - 17.02.2023 05:56

very nice.

Ответить
Rosette Golda
Rosette Golda - 16.02.2023 17:04

ha no way i just made a pause screen and this came up in my recommended!

Ответить