Search found 6 matches
- Wed Sep 11, 2024 3:28 pm
- Forum: Dialogue System for Unity
- Topic: Good method to save and load previous subtitles?
- Replies: 10
- Views: 172
Re: Good method to save and load previous subtitles?
Sincere thanks, I'll try with it
- Wed Sep 11, 2024 3:05 pm
- Forum: Dialogue System for Unity
- Topic: Good method to save and load previous subtitles?
- Replies: 10
- Views: 172
Re: Good method to save and load previous subtitles?
Sorry, mb, not a conversation, A Subtitle.
Can I get a subtitle class from a DialogueEntry?
Can I get a subtitle class from a DialogueEntry?
- Wed Sep 11, 2024 11:57 am
- Forum: Dialogue System for Unity
- Topic: Good method to save and load previous subtitles?
- Replies: 10
- Views: 172
Re: Good method to save and load previous subtitles?
Thanks, I will take a deep look inside and try making one for my own.
btw, is there any function I can find a Conversation from a DialogueEntry?
btw, is there any function I can find a Conversation from a DialogueEntry?
- Wed Sep 11, 2024 10:31 am
- Forum: Dialogue System for Unity
- Topic: Good method to save and load previous subtitles?
- Replies: 10
- Views: 172
Re: Good method to save and load previous subtitles?
You know, SaveConversation() or OnRecordPersistentData() saves previous dialogue entries with each conversation name. And also ResumeConversation() will use the conversation name parameter and mimic the DialogueManager.StartConversation() function with it. I am using multiple conversations for same ...
- Tue Sep 10, 2024 10:02 pm
- Forum: Dialogue System for Unity
- Topic: Good method to save and load previous subtitles?
- Replies: 10
- Views: 172
Re: Good method to save and load previous subtitles?
Thank you for the quick reply. Yes, I am using SMSDialogueUI Component and using save system.(with ES3 data storer) But it didn't gave me the desired effect I wanted. I'll explain more details: My game uses only 2 actors, PC and NPC. The game has multiple Dialogue triggers with multiple conversation...
- Tue Sep 10, 2024 6:53 pm
- Forum: Dialogue System for Unity
- Topic: Good method to save and load previous subtitles?
- Replies: 10
- Views: 172
Good method to save and load previous subtitles?
Hello, thank you for creating this cool asset. Really helps me alot. I'm currently making a game using SMS-like dialogue window(like Discord app), and this SMS-like window should contain all of the previous dialogues and load them at loading a savefile in a new game session. Also I had to consider m...