Search found 12 matches
- Thu May 23, 2019 2:31 pm
- Forum: Dialogue System for Unity
- Topic: Save System for Item not working!
- Replies: 3
- Views: 445
Re: Save System for Item not working!
Again, saves the day !! Thank you
- Thu May 23, 2019 1:20 pm
- Forum: Dialogue System for Unity
- Topic: Save System for Item not working!
- Replies: 3
- Views: 445
Save System for Item not working!
The save system is saving the variables properly, but it does not save the state of the item.
For example, I am setting the "inventory" of an item to true when it is acquired, but unfortunately, it won't save.
DialogueLua.SetItemField (itemID,"Inventory",true);
For example, I am setting the "inventory" of an item to true when it is acquired, but unfortunately, it won't save.
DialogueLua.SetItemField (itemID,"Inventory",true);
- Fri Feb 15, 2019 7:31 am
- Forum: Dialogue System for Unity
- Topic: Dialogue conversation editor view goes blank.
- Replies: 7
- Views: 717
Re: Dialogue conversation editor view goes blank.
Ok, it is easy to reproduce.
1) Create a new conversation.
2) Browse thru multiple conversation options via dropdown menu.
But as said, starting the play mode fixes the issue. Hence not a major show stopper.
1) Create a new conversation.
2) Browse thru multiple conversation options via dropdown menu.
But as said, starting the play mode fixes the issue. Hence not a major show stopper.
- Fri Feb 15, 2019 7:29 am
- Forum: Dialogue System for Unity
- Topic: Tags stop working randomly
- Replies: 1
- Views: 241
Tags stop working randomly
[em4]Actor opens the fridge.[/em4]
Nothing in here![pic=1]
Hi, I am having an issue with the tags.
The above text is rendered properly for initial nodes.
And then after some nodes, the emphasis/pic tags are treated as plain text and start appearing in the UI.
Please help.
Nothing in here![pic=1]
Hi, I am having an issue with the tags.
The above text is rendered properly for initial nodes.
And then after some nodes, the emphasis/pic tags are treated as plain text and start appearing in the UI.
Please help.
- Tue Feb 12, 2019 12:39 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue conversation editor view goes blank.
- Replies: 7
- Views: 717
Re: Dialogue conversation editor view goes blank.
Unity 2017.3.0f3 and the plugin version 2.1.2
- Tue Feb 12, 2019 12:30 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue conversation editor view goes blank.
- Replies: 7
- Views: 717
Re: Dialogue conversation editor view goes blank.
No errors, just found out it renders back ok , after starting the play mode in the editor.
- Tue Feb 12, 2019 12:23 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue conversation editor view goes blank.
- Replies: 7
- Views: 717
Dialogue conversation editor view goes blank.
I was working on some conversations. And I had to leave the current conversation to check some old ones. And when I came back, the whole window shows nothing. I thought the information is lost. But out of nowhere after 1 hour, it appeared again. Please let me know what I can do to avoid this situati...
- Thu Feb 07, 2019 2:09 pm
- Forum: Dialogue System for Unity
- Topic: Read data form item database
- Replies: 1
- Views: 266
Read data form item database
I am trying to populate inventory UI, based on the information present in the Item DB. Currently, I can iterate thru the DB using the following code. foreach (var item in DialogueManager.masterDatabase.items) { Debug.Log (item.id + " "+ item.Name ); } I am unable to actually read the data ...
- Fri Feb 01, 2019 2:56 pm
- Forum: Dialogue System for Unity
- Topic: [Solved]NPC subtitles are skipped after PC response menu.
- Replies: 5
- Views: 816
Re: NPC subtitles are skipped after PC response menu.
Sorry my bad, I had changed those settings to fit different UI style. Forgot to dial it back.
Guess ill override the display settings using the available scripts.
All works fine now. THanks a Lot !!!!
Guess ill override the display settings using the available scripts.
All works fine now. THanks a Lot !!!!
- Fri Feb 01, 2019 1:21 pm
- Forum: Dialogue System for Unity
- Topic: [Solved]NPC subtitles are skipped after PC response menu.
- Replies: 5
- Views: 816
Re: NPC subtitles are skipped after PC response menu.
So this is what I get when the NPC subtitles are skipped before pressing the continue button. (Which only happens for NPC subtitle which comes after PC response menu, otherwise it works fine it waits till the continue button is pressed.) Sequencer.Play( Delay(0.2333333)@0 ) These are the settings wh...