Quick Start
beginner quick startCompass Navigator Pro 3 · Quick Start
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
- Compass Bar Settings — customize style, width, position and POI behavior.
- Mini-Map Settings — configure the mini-map view mode, fog of war and zoom.
- Tutorials & Demos — explore the included demo scenes.
Suggest an improvement
Help us improve this documentation page.