• General Chat
  • In your opinion what is the easiest dialog system for Godot?

I'm using Godot 4.1 and I've been wondering the same question on using a simple dialog system. I'm still a beginner to Godot so I just want something very basic and simple to expand upon once I get the hang of Godot.

For example I've been wanting something basic as this Renpy dialogue menu. What is a good reference or tutorial for this?

edit: Sorry, one without plugins. My take on it is that plugins can be left without an update rendering it broken. Like using one that is written for Godot 3 instead of Godot 4.1.1

I haven't seen dialogic mentioned in this thread. You could give that a try. GameFromScratch did a tutorial on it. Problem is the 4.X version is still in alpha.

I've been looking into getting YarnSpinner running in Godot, but haven't gotten that working yet.

    award Sorry I forgot to mention without requiring a plugin/addon. I think it be good for me to learn how to make a very basic one that I can learn from and expand upon better once I become more skilled with Godot.