Licensing

This page provides details on the licensing requirements for Gameware Navigation.

Evaluation and source packages

Gameware Navigation is distributed in two different packages:

Note that both versions validate your Gameware license key, but do so at different times.

Differences between evaluation and complete packages

  evaluation package source package
license validation:

The Gameware license key is validated:

  • when you set up the BaseSystem in your runtime code.
  • when you launch the Navigation Lab tool.

The Gameware license key is validated only when you launch the Navigation Lab tool.

source code distribution:

Only partial source code is distributed for the gwnavruntime and gwnavgeneration libraries.

Full source code is provided for the gwnavruntime and gwnavgeneration libraries, as well as Visual Studio solution and project files that you can use to rebuild the libraries on your own.

Upgrading to the complete source package

When you agree to purchase Gameware Navigation for your project, your developer account on the Gameware support portal will be updated to offer you access to:

  • The complete source package. Download this package and extract it into the same location you currently maintain your evaluation version, overwriting the contents of your evaluation package. You should see a new sdk\source sub-directory, and a new solutions directory, and your existing versions of other files such as the pre-built libraries should be overwritten by the new copies in the source package.
  • A new, perpetual license key that will never expire.
    • Replace the evaluation key you set up in the data\navigation.gamewarekey file in order to keep working with the Navigation Lab tool during the rest of your production cycle.
    • Remove your time-limited evaluation key from your BaseSystem initialization code. For safety, it is recommended that you DO NOT replace it with your new key.

The Gameware license key

The Gameware license key is a single string that authorizes your use of the Gameware Navigation software. For example:

6QYQXOSIJKYDM13K9ETMJBJHK04E8NS1LNAEOG7C

Getting your license key

Your license key is always available on the Gameware support portal at http://gameware.autodesk.com.

To get your Gameware key:

  1. Log into your developer account on the Gameware support portal.
  2. Select Account from the main navigation menu, and open the Project Information tab.

Setting up your license

To set up your Gameware license key for use by the Navigation Lab tool:

  1. Create a new text file called navigation.gamewarekey in the data directory within your Gameware Navigation package.
  2. Paste your license key into this new file.

To set up your Gameware license key for use by the runtime library (evaluation version only):

BEFORE YOU RELEASE YOUR GAME

Before you build the final gold copy of your game: