Details

Add Distortion Dream effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Distortion > Dream

*without and with Camera Filter Pack Distortion Dream


Property

Range

Default

Distortion 1 to 10 1.0f

Manipulate Distortion Dream by script

Example:

// Drag and Drop your Camera GameObject 
// with the Distortion Dream component 
// to your current script on the CamFX_Distortion_Dream field 

public CameraFilterPack_Distortion_Dream CamFX_Distortion_Dream; 

void Update() 
{
	CamFX_Distortion_Dream.Distortion =  1.0f;
}