Pause a game in Unity with and without TIme.timescale | Pause menu | Unity tutorial

Опубликовано: 12 Октябрь 2024
на канале: VionixStudio
1,477
20

Learn how to pause a game in Unity the right way. You can pause a game using Unity Time.timescale or using a static bool. Both the methods are discussed in this Unity tutorial.

You can read the same in blog post format and get the codes from
https://vionixstudio.com/2020/11/26/p...

#unity3dtutorial #unity3d #unitytutorial #learnunity #learning

TIMESTAMPS
00:00 Introduction
00:45 Setting up the Menu
02:40 Creating a script to pause game using TIme.timescale
06:34 Pausing a game using static bool
08:58 Right way to pause the game
10:33 Conclusion