Hi,
Thanks Tony, the first option worked, and I found my mistake...actually, I forgot to add Active saver component to some gameobjects, so I thought I didn't save the old scene. Thank you for your patience again.
Search found 12 matches
- Wed Jan 17, 2024 8:56 am
- Forum: Dialogue System for Unity
- Topic: Questions about variables saving & scene changing
- Replies: 7
- Views: 7154
- Tue Jan 16, 2024 8:00 am
- Forum: Dialogue System for Unity
- Topic: How to add extra description to one quest?
- Replies: 3
- Views: 55625
Re: How to add extra description to one quest?
That's great, I could finish my quest, thank you so much!
- Thu Jan 11, 2024 8:42 am
- Forum: Dialogue System for Unity
- Topic: How to add extra description to one quest?
- Replies: 3
- Views: 55625
How to add extra description to one quest?
Hi, Sorry if it had answer yet. I'm writing a long quest in my game, here is what I want to do: 1.Talk to NPC A, accept a quest, and I can see the quest's name and description in Quest Log Window.(done) 2.Talk to NPC B, get some information, add the second description to this quest.(fail) 3.Talk to ...
- Tue Jan 09, 2024 8:36 am
- Forum: Dialogue System for Unity
- Topic: How to lock one of the responses?
- Replies: 3
- Views: 65263
Re: How to lock one of the responses?
Many thanks Tony, the reply and those posts help a lot, problem solved!
- Mon Jan 08, 2024 9:21 am
- Forum: Dialogue System for Unity
- Topic: How to lock one of the responses?
- Replies: 3
- Views: 65263
How to lock one of the responses?
Hi, Sorry if this question had answer already. I use boolean variable on two responses so that player could see only one of them each time. Now I want both responses appear, one can be selected, the other is locked, how can I do this?And how could the available/locked state change according to boole...
- Sat Dec 23, 2023 10:12 am
- Forum: Dialogue System for Unity
- Topic: Questions about variables saving & scene changing
- Replies: 7
- Views: 7154
Re: Questions about variables saving & scene changing
Hi, Thanks, I think I have set up the save system. As for Changing Scenes, the manual lists 5 techniques and I'm not sure I should use the first or second? And does scene changing script belongs to "some other method to change scenes" that mentioned in technique 2? Really appreciate your p...
- Sat Dec 23, 2023 8:16 am
- Forum: Dialogue System for Unity
- Topic: Questions about variables saving & scene changing
- Replies: 7
- Views: 7154
Re: Questions about variables saving & scene changing
Hi, Why did you untick Don't Destroy On Load? Because I made some mistakes in hierarchy or UI at that time...anyway, I can save variables and quest states now, but here is a new question: I couldn't save the old scene when I return to it. In the manuel, I found that The state is saved in memory, in ...
- Sun Dec 17, 2023 10:26 am
- Forum: Dialogue System for Unity
- Topic: Questions about variables saving & scene changing
- Replies: 7
- Views: 7154
Questions about variables saving & scene changing
Hi! Thank you for your patience in previous questions, sadly...here I am again. I'm making a 2D AVG with this nice tool, and I have some questions about variables saving & scene changing. 1. I put Dialogue Manager in every sence, and I untick the "Don't Destory On Load", I wonder if it...
- Sun Dec 17, 2023 10:06 am
- Forum: Dialogue System for Unity
- Topic: Dialogue UI missed when scene changed
- Replies: 3
- Views: 9928
Re: Dialogue UI missed when scene changed
Thx Tony, really appreciate it! Problem solved!
- Fri Dec 15, 2023 9:18 am
- Forum: Dialogue System for Unity
- Topic: How can I change the font size of a specfic NPC's subtitle?
- Replies: 3
- Views: 10800
Re: How can I change the font size of a specfic NPC's subtitle?
Thank you so much Tony, problem solved!