Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Ultimate Crosshairs
Dynamic and customizable Control node that displays crosshairs.
Supported Engine Version
4.3
Version String
1.0.1
License Version
MIT
Support Level
community
Modified Date
10 months ago
Git URL
Issue URL
Ultimate Crosshairs
Dynamic procedural crosshairs for Godot
This addon provides a very simple and customizable way to implement crosshairs in the form of a Control node.
How to use
- Download the addon and place it in your Godot project
- Add
UltimateCrosshairs.gd
to a Control node in your scene - Pick one of 3 different styles:
DOT_ONLY
,STANDARD
, orSHOTGUN
- Adjust
spread_pixels
to change the size of the crosshairs- Alternatively, call
set_spread_degrees(angle, vertical_fov)
to space the crosshairs according to a given a cone angle.
- Alternatively, call
- Adjust other settings such as colors, outline thickness and number of lines.
Examples
Dynamic and customizable Control node that displays crosshairs.
Reviews
Quick Information

Ultimate Crosshairs
Dynamic and customizable Control node that displays crosshairs.
Supported Engine Version
4.3
Version String
1.0.1
License Version
MIT
Support Level
community
Modified Date
10 months ago
Git URL
Issue URL