Quick Start

beginner quick start

Compass Navigator Pro 3 · Quick Start

Upgrade notice: If you are upgrading from an older version of Compass Navigator Pro, remove the previous version before importing this one.

1. Add Compass Navigator Pro to the Scene

From the Unity menu bar choose GameObject > UI > Compass Navigator Pro.

Alternatively, locate the CompassNavigatorPro prefab inside Resources/Prefabs and drag it into the Hierarchy.

2. Configure the Inspector

Select the CompassNavigatorPro object in the Hierarchy. The custom inspector lets you configure every aspect of the compass bar, mini-map, indicators and POIs without writing any code.

3. Add Points of Interest

Create a new POI from GameObject > Create Other > Compass POI, or add the CompassProPOI component to any existing GameObject.

Each POI can be configured individually: icon, title, visited state, compass bar and mini-map visibility, on/off-screen indicators and more. See POI Settings for details.

4. Press Play

The compass bar and mini-map appear automatically. POIs register themselves on Start().

HDRP Considerations

In HDRP projects, expand the CompassNavigatorPro hierarchy to find the TopDownCamera child object. Set its Volume Mask to Nothing to avoid unwanted post-processing on the mini-map render.

Next Steps

Was this page helpful?