Details

Add Vision Rainbow effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Vision > Rainbow

*without and with Camera Filter Pack Vision Rainbow


Property

Range

Default

Speed 0f to 10f 1f
PosX 0f to 1f 0.5f
PosY 0f to 1f 0.5f
Colors 0f to 5f 0.5f
Vision 0f to 1f 0.5f

Manipulate Vision Rainbow by script

Example:

// Drag and Drop your Camera GameObject 
// with the Vision Rainbow component 
// to your current script on the CamFX_Vision_Rainbow field 

public CameraFilterPack_Vision_Rainbow CamFX_Vision_Rainbow; 

void Update() 
{
	CamFX_Vision_Rainbow.Speed =  1f;
}