Search found 5 matches
- Fri May 03, 2024 5:59 pm
- Forum: Dialogue System for Unity
- Topic: Corgi Engine Dialogue persistent
- Replies: 8
- Views: 361
Re: Corgi Engine Dialogue persistent
Hi again! I've been investigating the issue, and I have a question. Does the Dialogue System Corgi Event Listener save the game automatically upon exiting, or is there any other component besides Auto Save Load that does this? Edit: I found the "error"! When exiting the game, the OnWillUnl...
- Fri May 03, 2024 1:16 pm
- Forum: Dialogue System for Unity
- Topic: Corgi Engine Dialogue persistent
- Replies: 8
- Views: 361
Re: Corgi Engine Dialogue persistent
I remembered that I extended the Character Persistence to save the character's position and acquired abilities. If I remove that, everything works as it should, but the character's position is no longer saved at the save point. :( Anyway, at least I see that the problem is on the Corgi Engine side. ...
- Fri May 03, 2024 10:08 am
- Forum: Dialogue System for Unity
- Topic: Corgi Engine Dialogue persistent
- Replies: 8
- Views: 361
Re: Corgi Engine Dialogue persistent
Hi Tony! I'm sorry to bother you again. I've encountered a very strange behavior... For some reason, when I quit the game in play mode, it saves automatically, and when I load it, my character appears in the position where I closed the game. I don't have the Auto Save Load component, so I can't find...
- Thu May 02, 2024 11:43 am
- Forum: Dialogue System for Unity
- Topic: Corgi Engine Dialogue persistent
- Replies: 8
- Views: 361
Re: Corgi Engine Dialogue persistent
It works! I thought it had to be one saving system or the other, not both at the same time. I really appreciate the help.
- Thu May 02, 2024 2:16 am
- Forum: Dialogue System for Unity
- Topic: Corgi Engine Dialogue persistent
- Replies: 8
- Views: 361
Corgi Engine Dialogue persistent
Hello! The dialogue system is amazing, and it's very easy to use and integrate with other third-party systems. I am using the Corgi Engine along with the Inventory Engine. I have managed to get everything working with the dialogue system, but I don't understand how to save the conversations. That is...