Search found 13 matches

by UnWrecker
Sun Aug 07, 2016 4:28 am
Forum: Dialogue System for Unity
Topic: New to Unity and the Dialogue System
Replies: 34
Views: 7287

Re: New to Unity and the Dialogue System

Hi! Thank you for update! But I found another troubles. Sometimes Load from Pause Load game from the beggining, not from saved place. From Menu it's loads correct, but if I load the second time the Dialogue doesn't start. For example: I talked 1st time, then saved. Then talked 2nd time. If I load fr...
by UnWrecker
Tue Aug 02, 2016 3:51 am
Forum: Dialogue System for Unity
Topic: New to Unity and the Dialogue System
Replies: 34
Views: 7287

Re: New to Unity and the Dialogue System

Hello! I'm very grateful for your brilliant support! Thank you very much! Almost everything works correct, exept of cursor, it's still dissapears after UnPause. And strange things happen: if I move cursor while UnPause - cursor doesn't dissapear, but if I don't - its gone. Perhaps this is a problem ...
by UnWrecker
Mon Aug 01, 2016 8:36 am
Forum: Dialogue System for Unity
Topic: New to Unity and the Dialogue System
Replies: 34
Views: 7287

Re: New to Unity and the Dialogue System

I'm using 5.3.5 now.
by UnWrecker
Mon Aug 01, 2016 5:31 am
Forum: Dialogue System for Unity
Topic: New to Unity and the Dialogue System
Replies: 34
Views: 7287

Re: New to Unity and the Dialogue System

These issues are probably related. Is everything in one scene, or are you using more than one scene? Can you send me a copy of your project? Hi! There's the example of my project. Yes, using the SetActive() sequencer command is a good way. As a first step, set this up without worrying about saving ...
by UnWrecker
Wed Jul 27, 2016 4:50 am
Forum: Dialogue System for Unity
Topic: New to Unity and the Dialogue System
Replies: 34
Views: 7287

Re: New to Unity and the Dialogue System

Thank you for help! It works, but not correct. When I saved the game, mouse cursor dissapeared. And after I quit and load the game, the Dialogue Manager doesn't work. And I found another question: how can I make backgrounds to change in one location but in different conversation? Maybe I can set Scr...
by UnWrecker
Tue Jul 26, 2016 7:32 am
Forum: Dialogue System for Unity
Topic: New to Unity and the Dialogue System
Replies: 34
Views: 7287

Re: New to Unity and the Dialogue System

Good day!
I'm very grateful for your support!

I have another misunderstanding with Dialogue System Menus. Maybe you have more detailed guidу for it? Because I can't understand how it works.
by UnWrecker
Mon Jul 25, 2016 11:45 am
Forum: Dialogue System for Unity
Topic: New to Unity and the Dialogue System
Replies: 34
Views: 7287

Re: New to Unity and the Dialogue System

Thank you very much, now it works!

I'll still will be glad to have your help with Save Slots.
Or maybe you can suggest another Save/Load System?
I saw this guide https://www.youtube.com/watch?v=19yiQ_g ... e=youtu.be, but it using SaveLoadFSM, I didn't find it.
by UnWrecker
Mon Jul 25, 2016 8:57 am
Forum: Dialogue System for Unity
Topic: New to Unity and the Dialogue System
Replies: 34
Views: 7287

Re: New to Unity and the Dialogue System

Unfortunately it still doesn't work... I think there's a trouble in Button that leads to Conversetion, because there's only one Conversetion on it. OnClick.jpg Maybe the better choice is to change Button On Click function with the end of first conversetion? If there'll be a lot of conversetions I'll...
by UnWrecker
Mon Jul 25, 2016 5:41 am
Forum: Dialogue System for Unity
Topic: New to Unity and the Dialogue System
Replies: 34
Views: 7287

Re: New to Unity and the Dialogue System

Also I tried to paste Save/Load Slot system from VN Framework, and it doesn't work, too...
I think I too stupid for this things and dont understand plane things.
error.jpg
error.jpg (128.69 KiB) Viewed 1667 times
by UnWrecker
Mon Jul 25, 2016 4:19 am
Forum: Dialogue System for Unity
Topic: New to Unity and the Dialogue System
Replies: 34
Views: 7287

Re: New to Unity and the Dialogue System

Let me know if you'd like me to post example screenshots. I think I need help... I used boy/girl conversation in this example. I've made Veriable: 1.jpg And made two ConversetionTriggets: 2.jpg And the script at the end of 1st conversation: 3.jpg But it doesn't work... Maybe i need to do something ...