Details
Add Vision Fly_Vision effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > Vision > Fly_Vision
*without and with Camera Filter Pack Vision Fly_Vision
Property |
Range |
Default |
---|---|---|
Zoom | 0.04f to 1.5f | 0.25f |
Distortion | 0f to 1f | 0.4f |
Fade | 0f to 1f | 0.4f |
Manipulate Vision Fly_Vision by script
Example:
// Drag and Drop your Camera GameObject
// with the Vision Fly_Vision component
// to your current script on the CamFX_Vision_Fly_Vision field
public CameraFilterPack_Fly_Vision CamFX_Vision_Fly_Vision;
void Update()
{
CamFX_Vision_Fly_Vision.Zoom = 0.25f;
}