Search found 3 matches

by MadScientist11
Tue Dec 05, 2023 6:46 am
Forum: Dialogue System for Unity
Topic: Dialogues save with custom save system
Replies: 5
Views: 8886

Re: Dialogues save with custom save system

Hey,

Thanks a lot, works like a charm! Just wanted to clarify is this all I have to do, to save quest progress from QuestMachine too or does it require some more setup?
by MadScientist11
Mon Dec 04, 2023 6:12 am
Forum: Dialogue System for Unity
Topic: Dialogues save with custom save system
Replies: 5
Views: 8886

Dialogues save with custom save system

Hi! I would like to know what would be the best way to tie dialogues save with custom save system I implemented. The save system uses odinserializer and I have a class GameState with a bunch of subclasses saved info is going into. I want to save dialogues in the GameState class, specifically, I want...