Hi @ChrisIceBox , Just downloaded the latest package and did some testing.
(Quote)
After testing out the new package on an empty project, I realized that this issue only happens if "subtitles can be skipped" is checked. When this is enabl…
Another bug is when the game is paused while the conversation is going on(with DialogueList disabled), the DialogueList doesn't come back on after unpaused.
Here's an image of the action list of my test. Basically just toggling the a few dialogue on during the conversation.https://drive.google.com/file/d/1UQtAgtqd_9oY3GPJYgx_-9j7NXEKKzCo/view?usp=sharing
Hi @ChrisIceBox , there seems to be a bug with GK Conversations when toggling speeches on. The DialogueList doens't update after the first speech is toggled on.
(Quote)
Yes, if I added engine wait time, that resolved it. I am using Unity 2022.3.50f1
(Quote)
Doing it this way the subtitles won't appear anymore, even though it's not in the "Menus To Lock" section of the GK Conversations script.
I am testing the demo scene using Input Manager. Basically when you try to skip the last line of conversation by pressing the mouse button while the cursor is on the DialogueList, it will click the DialogueList even though you clicked it before the …
(Quote)
Switching to AC doesn't have this problem, it must have something to do with the Unity UI.
Basically if you have the cursor on top of the DialogueList, it can be clicked even if there's still subtitle on the screen.
Hi Christ, for the Gabriel Knight dialogue system, I ran into 2 problems- I can't find a way to get rid of the UI after the conversation, same in the demo scene. Also when I try to click to skip the last conversation line, the mouse click registers …
I wanted to have a set of inventory for the real world, and another for the dream world. After changing the Inventory menu to using AC from unity UI, everything seems to work perfectly now.
This warning is most likely caused by the scene itself bec…
(Quote)
The game runs, but the Inventory menu doesn't work. The item graphic in the Inventory menu doesn't show up even though I can see the lable when hovering over the item.
(Quote)
Yes is named "Inventory". The AC version is v1.81.7
(…
Hi Chris, I have 2 Inventory boxe elements(1 for each category) in my inventory menu and I am trying to hide/unhide these elements depending on which scene the player is in. When using this script you provided above, whenever there's an Inventory el…