Search found 7 matches
- Sun Apr 06, 2025 10:24 am
- Forum: Dialogue System for Unity
- Topic: conversationController is sometimes null
- Replies: 3
- Views: 537
Re: conversationController is sometimes null
Thanks for a speedy reply as always! I actually fixed it. I now save a reference to whatever database I'm using and do: DialogueManager.RemoveDatabase(lastUsedDatabase); Before I call: DialogueManager.AddDatabase(database); It seemed that some of the previous database's data was still hanging around...
- Sun Apr 06, 2025 9:09 am
- Forum: Dialogue System for Unity
- Topic: conversationController is sometimes null
- Replies: 3
- Views: 537
conversationController is sometimes null
This has been driving me nuts. We are using two dialogue databases, one for dialogues used on a particular level, and one called "Global" for texts that can be used anywhere (opening doors etc). But sometimes - and only sometimes - when I try to start a converation in the Global database I...
- Thu Mar 27, 2025 1:54 am
- Forum: Dialogue System for Unity
- Topic: Changing blockInputDuration from code
- Replies: 2
- Views: 9754
Re: Changing blockInputDuration from code
Ok, thanks!
- Wed Mar 26, 2025 2:14 pm
- Forum: Dialogue System for Unity
- Topic: Changing blockInputDuration from code
- Replies: 2
- Views: 9754
Changing blockInputDuration from code
The continue button appears 1 second after a subtitle is all shown since that's the setting for blockInputDuration on my StandardUISubtitlePanel. However I want to be able to change this value at runtime (for debugging) and after much exploration I found that this does it: DialogueManager.standardDi...
- Wed Dec 11, 2024 4:24 pm
- Forum: Dialogue System for Unity
- Topic: Changes not saved to database asset
- Replies: 5
- Views: 970
Re: Changes not saved to database asset
It works! Thanks for helping me so fast. Now it's fun to work in the Dialogue System again. Happy days!
- Wed Dec 11, 2024 9:23 am
- Forum: Dialogue System for Unity
- Topic: Changes not saved to database asset
- Replies: 5
- Views: 970
Re: Changes not saved to database asset
Thanks for the super fast reply! We'll try that update. Fingers crossed...
- Wed Dec 11, 2024 6:32 am
- Forum: Dialogue System for Unity
- Topic: Changes not saved to database asset
- Replies: 5
- Views: 970
Changes not saved to database asset
I love this tool, I really do. But I'm getting to the stage where I almost hate opening it. My work keeps getting lost ALL THE TIME. I save and save and save but all too often I come back to a conversation to find it's reverted to an earlier state and all my work is gone. Just now I made changes to ...