been looking into making dialogue for a rpg styled game. i was wondering peoples thoughts on popular plugins like dialogic or json method type things. what people recommended for a game with lots of characters, but no branching options.
best dialogue tool?
- Edited
Well, I've mainly looked at dialog manager:
https://github.com/nathanhoad/godot_dialogue_manager
It does branching dialog but you don't have to use it. Pretty good tutorials, and it's written for godot 4 or godot 3.
However, you may want to use Dialogic, also.
https://github.com/coppolaemilio/dialogic
Or, just do a search on youtube and find a tutorial that saves in json.
Just depends on what you want to do.