Search found 6 matches
- Wed Jul 17, 2024 6:02 pm
- Forum: Dialogue System for Unity
- Topic: Save Dialouge Node progress?
- Replies: 10
- Views: 1052
Re: Save Dialouge Node progress?
I'm having the same issue with the newest version of the Dialogue System 2.2.47 and the latest Unity 2022 LTS. It happens seemingly randomly. I mash `cmd+s` and `File > Save` and it's always a gamble if it has actually saved the Dialogue tree.
- Fri Feb 02, 2024 8:40 pm
- Forum: Dialogue System for Unity
- Topic: Typewriter effect not working
- Replies: 8
- Views: 601
Re: Typewriter effect not working
I removed the conversation override settings. They weren't necessary, I only needed the subtitle settings. Are those ok to set manually?
- Fri Feb 02, 2024 3:37 pm
- Forum: Dialogue System for Unity
- Topic: Typewriter effect not working
- Replies: 8
- Views: 601
Re: Typewriter effect not working
Thank you! I have verified that the Continue Button mode is "Always". I can reproduce this behavior consistently: when I use those subtitle settings, the conversation continues on its own without waiting for OnContinue(). When I remove those subtitle settings, it waits for my OnContinue() ...
- Fri Feb 02, 2024 1:21 pm
- Forum: Dialogue System for Unity
- Topic: Typewriter effect not working
- Replies: 8
- Views: 601
Re: Typewriter effect not working
Ok, I fixed it! I was doing something very silly. I was pausing the dialogue in the previous conversation without realizing it would still be paused when starting a new conversation. I do have another question, related to pausing/unpausing. I resorted to pausing/unpausing conversations because I not...
- Fri Feb 02, 2024 1:03 pm
- Forum: Dialogue System for Unity
- Topic: Typewriter effect not working
- Replies: 8
- Views: 601
Re: Typewriter effect not working
Thanks for the reply! I unticked "Play On Enable" and the issue persists. I also verified that the Dialogue Time Mode is set to Realtime and I'm not altering Unity's time scale at all.
- Thu Feb 01, 2024 9:30 pm
- Forum: Dialogue System for Unity
- Topic: Typewriter effect not working
- Replies: 8
- Views: 601
Typewriter effect not working
Hi there! I'm running into an issue with the typewriter effect- it turns the text invisible but it doesn't unhide the characters at all like it should. Here's a video of my issue: https://youtu.be/y40i8cLKhC4 Sometimes the effect does work, and sometimes it doesn't- I have a feeling it's related to ...