Speed Based Zoom
Overview
The Speed Based Zoom extension automatically zooms in and out based on your targets speed. This can be useful, for example, on a racing game where the camera would zoom out as the car accelerates and zoom in when it stops.
Editor
Parameters:
Cam Velocity for Zoom Out
: The speed at which the camera will reach it's max zoom outCam Velocity for Zoom In
: Below this speed the camera zooms in. Above this speed the camera will start zooming outZoom In Smoothness
(>=0): Represents how smooth the zoom in of the camera should be. The lower the number the quickest the zoom isZoom Out Smoothness
(>=0): Represents how smooth the zoom out of the camera should be. The lower the number the quickest the zoom isMax Zoom In Amount
(>=1): Represents the maximum amount the camera should zoom in when the camera speed is below SpeedForZoomInMax Zoom Out Amount
(>=1): Represents the maximum amount the camera should zoom out when the camera speed is equal to SpeedForZoomOut