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
- Extract the downloaded zip file, move the content inside
addons/
folder to your project'saddons/
folder.
In-editor
-
Go to the
AssetLib
scene tab. -
Click
Import...
on the top right corner. -
Select the downloaded zip file.
-
Make sure
Ignore asset root
is checked, and then clickInstall
.
via Godot Asset Library
-
Go to the
AssetLib
scene tab. -
Search for
"Theatre"
. -
Click
Download
, and wait for the download to finish. -
Make sure
Ignore asset root
is checked, and then clickInstall
.
Enabling
Make sure that Theatre is enabled at Project > Project Settings... > Plugins
.
You should see the following on your console output.
Updating
-
Disable Theatre plugin and close your project.
-
Delete
addons/Theatre/
folder. -
Re-install it via official releases manually.
-
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
.