RenderSettings.ambientLight
static var ambientLight: Color;
static Color ambientLight;
static ambientLight as Color
Description

Color of the scene's ambient light.

	// Make the ambient lighting red
	RenderSettings.ambientLight = Color.red;