Compass Navigator Pro 2 Support

Table of Contents

This page describes how to set up the Dialogue System with Kronnect's Compass Navigator Pro 2.

Compass Navigator Pro 2 copyright © Kronnect.


Setup

  1. Import these two packages:
    • Plugins ► Pixel Crushers ► Common ► Third Party Support ► Compass Naviator Pro Support
    • Plugins ► Pixel Crushers ► Dialogue System ► Third Party Support ► Compass Naviator Pro Support
  2. Add a CompassNavigatorProLua component to your Dialogue Manager. It will add the Lua functions listed below.
  3. If you're using the Save System, add POISaver components to any POIs that you want to save the status of.

Lua Functions

Lua Function | Description -------------------------------—|---------— poiSetVisible("name", true|false) | Sets a POI's visibility true or false. poiSetVisited("name", true|false) | Sets a POI's visited status true or false. poiIsVisited("name") | Returns true if the POI has been visited.

Note: "name" is the GameObject name of the POI.


<< Third Party Integration