1 00:00:04,070 --> 00:00:09,650 ‫This video, you will learn how to make sure that you don't make any changes that are not safe because 2 00:00:09,650 --> 00:00:16,820 ‫you are within the play mode because if you make any changes while you are in play mode, so let's start 3 00:00:16,820 --> 00:00:18,980 ‫the game and go to our scene. 4 00:00:19,400 --> 00:00:21,650 ‫And as you can see now we are in game view. 5 00:00:21,680 --> 00:00:30,920 ‫Let's stay with change the scale of our cube and we make it five times as big in each direction and 6 00:00:30,920 --> 00:00:36,380 ‫then we rotate it with 55 degrees for the X and Y values. 7 00:00:36,500 --> 00:00:38,960 ‫As you can see, our cube is much, much bigger. 8 00:00:39,260 --> 00:00:44,090 ‫And if I stop the game now, you can see that it went back to its normal state. 9 00:00:44,090 --> 00:00:52,490 ‫So if we start again, what we get is our cube at the position where it was and you might not recognize 10 00:00:52,490 --> 00:00:57,860 ‫it, but there is a little layer that goes on top of your editor's areas. 11 00:00:57,860 --> 00:01:04,100 ‫So onto the hierarchy, onto pretty much the whole user interface, except for the game view itself. 12 00:01:04,100 --> 00:01:11,210 ‫So you can change that color so that you more likely recognize that you are in play mode and the changes 13 00:01:11,210 --> 00:01:14,270 ‫that you are making will not affect the scene view. 14 00:01:14,270 --> 00:01:19,820 ‫So they will not affect the hierarchy components or the components within the hierarchy after you have 15 00:01:19,820 --> 00:01:22,580 ‫stopped that instance of running the game. 16 00:01:22,970 --> 00:01:24,950 ‫So let's go ahead and do that. 17 00:01:24,950 --> 00:01:27,230 ‫We can find it under preferences. 18 00:01:27,680 --> 00:01:29,540 ‫So Unity preferences. 19 00:01:33,450 --> 00:01:34,920 ‫Then you go to colors. 20 00:01:36,070 --> 00:01:38,860 ‫And you can add a play mode tent. 21 00:01:38,860 --> 00:01:46,300 ‫So this is general and you can change it now to play mode tint, for example, you could change it to 22 00:01:46,330 --> 00:01:50,710 ‫a reddish color, you could change it to a greenish color. 23 00:01:50,710 --> 00:01:51,670 ‫So I don't know. 24 00:01:51,670 --> 00:01:56,140 ‫Let's go for let's go for a red color here. 25 00:01:57,790 --> 00:02:01,060 ‫A rather bright, maybe rather bright red color. 26 00:02:04,090 --> 00:02:05,500 ‫I think that one should be good. 27 00:02:05,530 --> 00:02:12,610 ‫So now let's say that and whenever we start the game, we can see this is the color that we're getting. 28 00:02:13,090 --> 00:02:15,820 ‫And I think the red color is a bit too aggressive. 29 00:02:15,820 --> 00:02:23,170 ‫But as you can see, we will always 100% know that whatever we added will not be changed. 30 00:02:23,410 --> 00:02:24,760 ‫So let's go here. 31 00:02:24,760 --> 00:02:27,040 ‫Maybe, I don't know, maybe I'll take it. 32 00:02:27,040 --> 00:02:28,960 ‫Green Not as strong. 33 00:02:28,960 --> 00:02:32,920 ‫Green Let's try that again because it was a bit too aggressive. 34 00:02:32,920 --> 00:02:33,340 ‫Yeah. 35 00:02:33,340 --> 00:02:39,700 ‫Now that will make sure that whenever I change something, I will know that it will not be changed for 36 00:02:39,700 --> 00:02:40,480 ‫the scene view. 37 00:02:40,480 --> 00:02:44,890 ‫It will only be changed at that particular instance of this game. 38 00:02:45,790 --> 00:02:48,280 ‫So please go ahead and do that for yourself. 39 00:02:48,280 --> 00:02:49,600 ‫So change the values. 40 00:02:49,600 --> 00:02:55,030 ‫Maybe not this aggressive green, I might use a different color and yeah, just do that for yourself. 41 00:02:55,030 --> 00:02:56,170 ‫It's really important. 42 00:02:56,170 --> 00:03:01,090 ‫You might see some of my videos where I don't have that activated, but that's fine because I won't 43 00:03:01,090 --> 00:03:04,840 ‫make that many changes in play mode in most of my videos.