Cinemachine Third Person Aim Extension
This extension is created to be a part of a third-person camera rig.
To preserve aiming accuracy, this extension deliberately cancels out all rotational noise, and forces a hard look at the target point. However, it's still possible to use camera noise with this extension, provided that the noise affects the camera position, instead of the rotation.
See the AimingRig sample scene for an example of this.
Additionally, if Aim Target Reticle is non-null, this extension will project a ray from the Follow target's position and find the first object that collides with that ray. The Aim Target Reticle object will then be placed on that point in the Game View, to indicate what the player would hit if a shot were to be fired. This point may be different from what the camera is looking at, if the found object is close enough to be affected by parallax as a result of the offset between player and camera.
Properties:
Property: | Function: |
---|---|
Aim Collision Filter | Objects on these layers will be detected. |
Ignore Tag | Objects with this tag are ignored. It's a good idea to set this field to the target's tag. |
Aim Distance | How far to project the object detection ray. |
Noise Cancellation | When this is enabled, the aim target will be stabilized on the screen when handheld noise is present on the camera. This will only work if the Pivot Offset in the Noise component is nonzero. |