Crosshair

To adjust the sight of the weapon, you need to add the Crosshair component to the weapon.

There are 2 types of component:

  1. Crosshair (IMGUI) - in this type of sight, the sight is drawn through the code.

  2. Crosshair (UI Elements) - in this type of sight, select the ready-made UI Element of the sight.

They differ only in one place:

IMGUI:

UI Elements:

Next, you can configure the sight of 3 types:

Tab

Description

Main Crosshair

This is a standard sight that will be displayed by default.

Hit Effect

This is an additional sight that will be shown when hitting the target.

Kill Effect

This is an additional sight that will be shown when killing a target.

Last updated