Search found 80 matches

by HaiiroMukuro
Tue Aug 30, 2016 5:16 am
Forum: Dialogue System for Unity
Topic: Q and A quiz in dialogue manager.
Replies: 1
Views: 498

Q and A quiz in dialogue manager.

I'm making a Q and A dialogues in dialogue manager. Here's an example. 1. What is my age? a. 12 //wrong answer b. 18 // right answer c. 25 // wrong answer d. 20 // wrong answer. 2. What is my favorite book? a. My Teen Romantic Comedy is Wrong as I expected. //right answer b. Batman // wrong c. Harry...
by HaiiroMukuro
Tue Aug 30, 2016 3:38 am
Forum: Dialogue System for Unity
Topic: Another Conversation is Triggered.
Replies: 14
Views: 2270

Re: Another Conversation is Triggered.

I use the feature demo script. I copy the script from feature demo and create a new script then I change the "Close Menu" to Go to mainmenu.
Inside the Main menu if statement, I change the script to Scenemanager.LoadScene("Mainmenu);
by HaiiroMukuro
Mon Aug 29, 2016 2:52 pm
Forum: Dialogue System for Unity
Topic: Another Conversation is Triggered.
Replies: 14
Views: 2270

Re: Another Conversation is Triggered.

Yes, At first run of the game. The dialogue system works fine. Then If I click the Go to mainmenu button and start again the game. The warning shows up. http://i67.tinypic.com/30hllp2.jpg What I think is the conversation trigger is still running while changing scene like if you change scene while a ...
by HaiiroMukuro
Mon Aug 29, 2016 10:03 am
Forum: Dialogue System for Unity
Topic: Another Conversation is Triggered.
Replies: 14
Views: 2270

Another Conversation is Triggered.

I have a problem that when I play the game,go to mainmenu and click the start game.
Nothing will show up on the screen and there's a warning on the console says "Another Conversation is Triggered."
My question is how to resolve this problem? Thank you! :)
by HaiiroMukuro
Mon Aug 29, 2016 7:05 am
Forum: Dialogue System for Unity
Topic: How to make Achievements?
Replies: 34
Views: 4632

Re: How to make Achievements?

Thanks a lot! :D
I'll comeback if I finish it. Thanks again :D
by HaiiroMukuro
Sun Aug 21, 2016 7:39 am
Forum: Dialogue System for Unity
Topic: How to make Achievements?
Replies: 34
Views: 4632

Re: How to make Achievements?

Yes, I want to know. Please teach me. :D
by HaiiroMukuro
Fri Aug 19, 2016 3:45 pm
Forum: Dialogue System for Unity
Topic: How to make Achievements?
Replies: 34
Views: 4632

Re: How to make Achievements?

Thanks a lot! :D
by HaiiroMukuro
Fri Aug 19, 2016 2:43 pm
Forum: Dialogue System for Unity
Topic: How to make Achievements?
Replies: 34
Views: 4632

Re: How to make Achievements?

I put a blank image inside the panel and on the game object, yes its a valid image.
by HaiiroMukuro
Fri Aug 19, 2016 2:18 pm
Forum: Dialogue System for Unity
Topic: How to make Achievements?
Replies: 34
Views: 4632

Re: How to make Achievements?

Thanks a lot! :D
Yes, I put the Achievement_Too_Lazy under the game object named "Achievements."
by HaiiroMukuro
Fri Aug 19, 2016 7:20 am
Forum: Dialogue System for Unity
Topic: How to make Achievements?
Replies: 34
Views: 4632

Re: How to make Achievements?

Am I doing right?
Image
The achievement earned must show on this panel, but the achievement is not showing.
Image