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!
Search found 111 matches
- 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: 2676
- Tue Jan 26, 2021 4:24 pm
- Forum: Dialogue System for Unity
- Topic: Ova Magica on Kickstarter
- Replies: 1
- Views: 190
Re: Ova Magica on Kickstarter
Oh, how cuuuute! And what excellent taste in development software!
Checking out now!
Checking out now!
- 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: 1894
Re: Only one Button on Menu Doesn't Play Action List
No, it looks like it happens when there isn't a conversation going, as well.Does this only happen when you open the save menu while a conversation is active?
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!
- 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: 1894
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...
- 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: 1894
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,...
- 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: 1894
Re: Only one Button on Menu Doesn't Play Action List
That makes sense. I'll go see if fixing the Bird squawk problem lets the engine run the action list, maybe?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.
- 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: 1894
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 ...
- 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: 1894
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...
- 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: 1894
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...
- 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: 1894
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...