Details

Add Vision Psycho effect to your camera.

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

*without and with Camera Filter Pack Vision Psycho


Property

Range

Default

HoleSize 0.01f to 1f 0.6f
HoleSmooth -1f to 1f 0.3f
Color1 -2f to 2f 0.2f
Color2 -2f to 2f 0.9f

Manipulate Vision Psycho by script

Example:

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

public CameraFilterPack_Vision_Psycho CamFX_Vision_Psycho; 

void Update() 
{
	CamFX_Vision_Psycho.HoleSize =  0.6f;
}