Search found 111 matches

by CodePrincess
Fri Sep 17, 2021 7:38 pm
Forum: Dialogue System for Unity
Topic: Can I buy a copy of Dialogue System for Unity for a friend?
Replies: 1
Views: 2613

Can I buy a copy of Dialogue System for Unity for a friend?

I want to use this glorious asset on a project I'm working on with a friend. How can I get him a copy?

Thank you and God bless!
Melissa!
by CodePrincess
Tue Jan 26, 2021 4:24 pm
Forum: Dialogue System for Unity
Topic: Ova Magica on Kickstarter
Replies: 1
Views: 136

Re: Ova Magica on Kickstarter

Oh, how cuuuute! And what excellent taste in development software!

Checking out now!
by CodePrincess
Fri Jan 22, 2021 1:46 am
Forum: Dialogue System for Unity
Topic: Only one Button on Menu Doesn't Play Action List
Replies: 17
Views: 1436

Re: Only one Button on Menu Doesn't Play Action List

Does this only happen when you open the save menu while a conversation is active?
No, it looks like it happens when there isn't a conversation going, as well.

Thank you for taking another look at my game. I've emailed you a link to the most recent version of the project. Good night!
by CodePrincess
Thu Jan 21, 2021 3:05 pm
Forum: Dialogue System for Unity
Topic: Only one Button on Menu Doesn't Play Action List
Replies: 17
Views: 1436

Re: Only one Button on Menu Doesn't Play Action List

I'm back from the double-check. I can confirm that the prefab SaveMenu has the script, and that the AC Menu GameSaveMenu uses SaveMenu as its linked canvas prefab. The debug log says that StopAutoFocusWhileActive's OnEnable and OnDisable methods get called once when the game boots up, then only OnEn...
by CodePrincess
Thu Jan 21, 2021 2:41 pm
Forum: Dialogue System for Unity
Topic: Only one Button on Menu Doesn't Play Action List
Replies: 17
Views: 1436

Re: Only one Button on Menu Doesn't Play Action List

Okay, I got the squawks happening. You get one squawk when you hover over Scene Menu, but infinite squawks when you hover over any of the buttons in the Save Menu prefab. And it doesn't look like it runs the action list. I hope this points to something useful. Is there anything I can do to help? Oh,...
by CodePrincess
Thu Jan 21, 2021 2:32 pm
Forum: Dialogue System for Unity
Topic: Only one Button on Menu Doesn't Play Action List
Replies: 17
Views: 1436

Re: Only one Button on Menu Doesn't Play Action List

I haven't dug into the AC code on that, but it's possible that, while the mouse is hovering over buttons, it keeps trying to play the sound until it's successful.
That makes sense. I'll go see if fixing the Bird squawk problem lets the engine run the action list, maybe?
by CodePrincess
Thu Jan 21, 2021 2:17 am
Forum: Dialogue System for Unity
Topic: Only one Button on Menu Doesn't Play Action List
Replies: 17
Views: 1436

Re: Only one Button on Menu Doesn't Play Action List

I think I see what's happening, and -- if so -- it is related to the Dialogue System. Wow, I've never had a post with so many twists and turns! The script has been installed in the SaveMenu Prefab. https://www.mediafire.com/view/i0oncwwp50lg8u5/ScriptInPrefab.png/file And now the console says that ...
by CodePrincess
Wed Jan 20, 2021 12:26 pm
Forum: Dialogue System for Unity
Topic: Only one Button on Menu Doesn't Play Action List
Replies: 17
Views: 1436

Re: Only one Button on Menu Doesn't Play Action List

Here's what Event System told me: When I hover over the Exit button: https://www.mediafire.com/view/ysrfxxj6sligmzf/Enter_Exit_Button.png/file When I click the Exit button: https://www.mediafire.com/view/3shmhvuj1976rs2/Click_Exit_Button.png/file If I read it correctly, It seems to believe I did cli...
by CodePrincess
Wed Jan 20, 2021 1:09 am
Forum: Dialogue System for Unity
Topic: Only one Button on Menu Doesn't Play Action List
Replies: 17
Views: 1436

Re: Only one Button on Menu Doesn't Play Action List

As a test, try assigning a Hover sound and/or tick Change cursor when over? and specify a cursor. Then play and see if the hover sound and/or cursor change occurs when you hover the mouse over the button. I did as you said, and even applied the cursor changes to the Scene Menu. Scene Menu and GameS...
by CodePrincess
Tue Jan 19, 2021 8:58 pm
Forum: Dialogue System for Unity
Topic: Only one Button on Menu Doesn't Play Action List
Replies: 17
Views: 1436

Re: Only one Button on Menu Doesn't Play Action List

The action list is connected to the Back button. True, it's called the "Exit" button, but the graphic the button uses says "Back", so I kind of call it that most of the time. Sorry for the confusion :oops: https://www.mediafire.com/view/dm37bl19qq54k73/ID_On_AC_Menu.png/file I am...