Dialogue manager don't load my theme

Godot Version

4.6.2

Question

Hello,
I installed Dialogue manager and all works fine but when i tried to change the font size from the dialogue label → themes overrides→font sizes i can see the changes in the screen but when i run the game i saw the defaut theme.
I also tried to create a new theme but it charges the the default

¿i’m missing something?

Is this the Dialogue Manager from Nathan Hoad? I don’t use it myself, but I tested it for a while and ran into the same issue once.

Are you trying to change the default dialogue scene?

Try this instead:

  1. Go to the default scene under addons/dialogue_manager/example_scene/
  2. Copy it to your own folder, for example: scenes/ui/custom_dialogue.tscn
  3. In Project Settings => Dialogue Manager, set the “Custom Dialogue Scene” path to your copy
  4. Now edit your copy, change fonts, theme, sizes, whatever you need

Your changes should stick because the plugin now loads your scene instead of its own default.

1 Like

Thank you very much, it’s totaly works

1 Like