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.
Search found 7 matches
- Tue Feb 18, 2025 2:08 am
- Forum: Dialogue System for Unity
- Topic: Mouse Cursor Disappears After First Dialogue Response
- Replies: 4
- Views: 2863
- Mon Feb 17, 2025 10:28 pm
- Forum: Dialogue System for Unity
- Topic: Mouse Cursor Disappears After First Dialogue Response
- Replies: 4
- Views: 2863
Re: Mouse Cursor Disappears After First Dialogue Response
Hi,
I'm using NeoFPS as my character controller.
I'm using NeoFPS as my character controller.
- Mon Feb 17, 2025 1:03 pm
- Forum: Dialogue System for Unity
- Topic: Mouse Cursor Disappears After First Dialogue Response
- Replies: 4
- Views: 2863
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...
- Thu Feb 13, 2025 8:48 am
- Forum: Quest Machine
- Topic: Journal Text Not Displayed in Quest Journal UI (DS + QM)
- Replies: 6
- Views: 21935
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.
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.
- Thu Feb 13, 2025 7:28 am
- Forum: Quest Machine
- Topic: Journal Text Not Displayed in Quest Journal UI (DS + QM)
- Replies: 6
- Views: 21935
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.
Resolved the issue by invoking the Repaint() function within the Quest Journal Open() event handler.

- Thu Feb 13, 2025 12:01 am
- Forum: Quest Machine
- Topic: Journal Text Not Displayed in Quest Journal UI (DS + QM)
- Replies: 6
- Views: 21935
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...
- Wed Feb 12, 2025 5:34 am
- Forum: Quest Machine
- Topic: Journal Text Not Displayed in Quest Journal UI (DS + QM)
- Replies: 6
- Views: 21935
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...