Skip to content

Installation

Installing

For the most up-to-date features and fixes, download the addon directly from the official GitHub repository. The GitHub release will always be the latest version, as updates are available immediately, whereas updates from the Godot Asset Library may take a few additional days due to the approval process.

Note

The built-in update checks also look for the latest GitHub release.

via official releases

Grab the latest release here, or get it from:

Manually

  1. Extract the downloaded zip file, move the content inside addons/ folder to your project's addons/ folder.

In-editor

  1. Go to the AssetLib scene tab.

  2. Click Import... on the top right corner.

  3. Select the downloaded zip file.

  4. Make sure Ignore asset root is checked, and then click Install.

via Godot Asset Library

  1. Go to the AssetLib scene tab.

  2. Search for "Theatre".

    Theatre on AssetLib

  3. Click Download, and wait for the download to finish.

  4. Make sure Ignore asset root is checked, and then click Install.

Enabling

Make sure that Theatre is enabled at Project > Project Settings... > Plugins.

You should see the following on your console output.

🎭 Theatre <version> by nnda

Updating

  1. Disable Theatre plugin and close your project.

  2. Delete addons/Theatre/ folder.

  3. Re-install it via official releases manually.

  4. Enable the Theatre plugin.

Note

For updates on Dialogue (new Dialogue features, syntax, or parser updates), you might want to re-import the written Dialogue resources, by using Project > Tools > 🎭 Theatre > ♻️ Reimport Dialogue resources.