Compass Navigator Pro 3 · Common Tasks
The Scan effect performs a radar-like pulse from the player position, detecting POIs and triggering events. Multiple scans can run simultaneously.
| Method | Description |
|---|---|
Scan() | Scan using the default inspector profile. |
Scan(ScanProfile profile) | Scan with a custom profile asset. |
Scan(... parameters) | Scan with inline parameter values (no profile needed). |
The included demo scene has a LevelManager.cs script that triggers a scan on the F key and shows light beacons over detected POIs.
See also: Light Beacons, Scripting Support (C#).
Help us improve this documentation page.