Changing Game View background color

I am using Unity 3.3. The Game View background color is blue by default.

How do I change its background color?

Thanks in advance for your help.

1 Like

Change the background color in the camera.

–Eric

11 Likes

How to change the background color in the camera, other than using the color picker?

Camera.main.backgroundColor
Should give you access to get and set the background colour of the display, hope it helps

4 Likes

immediately i lunched unity,it displayed a pink scene.How do i change the pink to black

Locate the “Hierarchy” window then click on “My Camera” then in the “Inspector” window, under the “Camera” section, you have the “Background” field. Click on the color rectangle to the right (it’s default color is blue) to change the color.

4 Likes