How To Install the Dialogue System

How to Buy the Dialogue System

To buy the Dialogue System for Unity:

  1. In Unity, select Window > Asset Store to open the Unity Asset Store or browse to https://www.assetstore.unity3d.com/en/#!/content/11672
  2. Search for "Dialogue System" and click the Buy button on Pixel Crushers' Dialogue System for Unity.
  3. After purchase, click the Download button to download the Dialogue System and import it into your project.

NOTE: If you're using Unity 5.x and you project uses Force Text or Force Binary serialization, please change it to Mixed mode before importing the Dialogue System. You can change it back afterward. Several example scenes were built in Unity 4 to maintain compatibility with Unity 4 developers. Unity 5 sometimes has difficulty importing scenes made in Unity 4 due to a 32-bit/64-bit compatibility issue.


How to Import the Dialogue System

To import the Dialogue System for Unity:

  1. In Unity, select Window > Asset Store to open the Unity Asset Store.
  2. Search for "Dialogue System" and click the Import button on Pixel Crushers' Dialogue System for Unity. You may need to click the Download button first if you haven't downloaded it yet.

Installation Location

The Dialogue System installs to Assets/Dialogue System.

Subfolder Description
DLLs Precompiled DLLs to speed up your build times
Scripts Complete source code and starter templates for your own extensions (see Scripting)
Examples Example scenes demonstrating the system's features (see Example Scenes)
Prefabs Preconfigured assets to use in your projects
Third Party Support Additional packages to support third-party products (see Third Party Support)

It also installs an icon in Gizmos.


<< How to Get Started | Overview >>