Search found 3 matches
- Tue Dec 05, 2023 8:10 am
- Forum: Dialogue System for Unity
- Topic: Dialogues save with custom save system
- Replies: 5
- Views: 8933
Re: Dialogues save with custom save system
Awesome, thanks!
- Tue Dec 05, 2023 6:46 am
- Forum: Dialogue System for Unity
- Topic: Dialogues save with custom save system
- Replies: 5
- Views: 8933
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?
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?
- Mon Dec 04, 2023 6:12 am
- Forum: Dialogue System for Unity
- Topic: Dialogues save with custom save system
- Replies: 5
- Views: 8933
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...