Search found 7 matches

by ha33ona
Tue Feb 18, 2025 2:08 am
Forum: Dialogue System for Unity
Topic: Mouse Cursor Disappears After First Dialogue Response
Replies: 4
Views: 2860

Re: Mouse Cursor Disappears After First Dialogue Response

Hi,
Issue Resolved: A custom script was being used to display the mouse cursor during the ConversationStart event. This was corrected by enabling the cursor within the Update() function during the conversation.
by ha33ona
Mon Feb 17, 2025 10:28 pm
Forum: Dialogue System for Unity
Topic: Mouse Cursor Disappears After First Dialogue Response
Replies: 4
Views: 2860

Re: Mouse Cursor Disappears After First Dialogue Response

Hi,
I'm using NeoFPS as my character controller.
by ha33ona
Mon Feb 17, 2025 1:03 pm
Forum: Dialogue System for Unity
Topic: Mouse Cursor Disappears After First Dialogue Response
Replies: 4
Views: 2860

Mouse Cursor Disappears After First Dialogue Response

Hi, When I initiate a conversation with the quest giver the mouse cursor get shown till the player answers are shown. After choosing an answer, the mouse cursor gets toggled off again. I tried changing the input device from "joystick" to "mouse and disabling "Control Cursor State...
by ha33ona
Thu Feb 13, 2025 8:48 am
Forum: Quest Machine
Topic: Journal Text Not Displayed in Quest Journal UI (DS + QM)
Replies: 6
Views: 21929

Re: Journal Text Not Displayed in Quest Journal UI (DS + QM)

Hello,
I've observed that quest state updates only propagate to the UI when the quest journal UI is visible. I'm currently using the default prefab options for the Journal UI, which is initialized in a deactivated state and, I believe, is also deactivated when hidden.
by ha33ona
Thu Feb 13, 2025 7:28 am
Forum: Quest Machine
Topic: Journal Text Not Displayed in Quest Journal UI (DS + QM)
Replies: 6
Views: 21929

Re: Journal Text Not Displayed in Quest Journal UI (DS + QM)

Hi,
Resolved the issue by invoking the Repaint() function within the Quest Journal Open() event handler. 8-)
by ha33ona
Thu Feb 13, 2025 12:01 am
Forum: Quest Machine
Topic: Journal Text Not Displayed in Quest Journal UI (DS + QM)
Replies: 6
Views: 21929

Re: Journal Text Not Displayed in Quest Journal UI (DS + QM)

Hi Tony, I have successfully transitioned the Quest Journal to Quest Machine. However, a new issue has arisen: when a quest is initiated while the Quest Journal is hidden, it is not subsequently added to the journal. Conversely, if the Quest Journal is visible upon quest initiation, the quest is cor...
by ha33ona
Wed Feb 12, 2025 5:34 am
Forum: Quest Machine
Topic: Journal Text Not Displayed in Quest Journal UI (DS + QM)
Replies: 6
Views: 21929

Journal Text Not Displayed in Quest Journal UI (DS + QM)

Hello, I integrated Dialogue System + Quest Machine + Love/Hate into my project. I had everything set up and working properly. But now, after multiple updates to the assets, I have an issue where the Journal Text for the quest in Quest Machine is not reflecting properly in the Quest Journal UI for t...