Indicator Settings

intermediate concepts

Compass Navigator Pro 3 · Core Concepts

Compass Navigator Pro provides two types of screen indicators that help the player locate POIs outside the compass bar.

On-Screen Indicators

In-world markers that float above or near visible POIs.

On-Screen Indicators Inspector
ParameterDescription
Indicator PrefabBase prefab used for on-screen indicators.
ScaleScale multiplier for the indicator.
Near Fade DistanceDistance at which the indicator starts fading near the camera.
Near Fade MinMinimum distance where the indicator fully disappears.
AlphaDefault transparency (0–1).
Show DistanceDisplay the distance to the POI.
Show TitleDisplay the POI title on the indicator.

Important: These are global toggles. Each POI also has its own Show On-Screen Indicator, Show Distance, and Show Title checkboxes in the POI Settings. Both the global setting here and the per-POI setting must be enabled for the feature to appear.

Off-Screen Indicators

Edge-of-screen arrows pointing toward POIs that are outside the camera view.

Off-Screen Indicators Inspector
ParameterDescription
Base PrefabBase prefab for off-screen indicators.
ScaleScale multiplier.
MarginsSeparation from screen edges.
AlphaDefault transparency (0–1).
Show DistanceDisplay the distance to the POI on the off-screen arrow. Titles are not supported on off-screen indicators.
Avoid Icon OverlappingPrevent off-screen indicators from overlapping when they converge.

Important: As with on-screen indicators, both the global Show Distance toggle here and the per-POI toggle must be enabled for the distance to appear.

Both indicator types can be enabled per-POI via the CompassProPOI component. See POI Settings for per-POI options and Scripting Support (C#) for the API.

Was this page helpful?