We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e305e9c commit 867ca5fCopy full SHA for 867ca5f
addons/dialogue_manager/plugin.gd
@@ -176,6 +176,11 @@ func _apply_changes() -> void:
176
_update_localization()
177
178
179
+func _save_external_data() -> void:
180
+ if dialogue_cache != null:
181
+ dialogue_cache.reimport_files()
182
+
183
184
func _build() -> bool:
185
# If this is the dotnet Godot then we need to check if the solution file exists
186
DMSettings.check_for_dotnet_solution()
project.godot
@@ -22,7 +22,6 @@ DialogueManager="*res://addons/dialogue_manager/dialogue_manager.gd"
22
23
[dialogue_manager]
24
25
-runtime/state_autoload_shortcuts=["State", "Events"]
26
runtime/advanced/uses_dotnet=true
27
28
[display]
0 commit comments