Mouse Cursor Disappears After First Dialogue Response

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
ha33ona
Posts: 7
Joined: Wed Feb 12, 2025 4:14 am

Mouse Cursor Disappears After First Dialogue Response

Post by ha33ona »

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", but it didn't fix the issue. I also looked for the DemoMenu script on the Dialogue System prefab but couldn't find it anywhere. I'm using my scene for this.
User avatar
Tony Li
Posts: 22886
Joined: Thu Jul 18, 2013 1:27 pm

Re: Mouse Cursor Disappears After First Dialogue Response

Post by Tony Li »

Hi,

Some other script (not a Dialogue System script) is probably hiding the mouse cursor. Are you using any character controller frameworks such as Invector or Opsive?
User avatar
ha33ona
Posts: 7
Joined: Wed Feb 12, 2025 4:14 am

Re: Mouse Cursor Disappears After First Dialogue Response

Post by ha33ona »

Hi,
I'm using NeoFPS as my character controller.
User avatar
ha33ona
Posts: 7
Joined: Wed Feb 12, 2025 4:14 am

Re: Mouse Cursor Disappears After First Dialogue Response

Post by ha33ona »

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.
User avatar
Tony Li
Posts: 22886
Joined: Thu Jul 18, 2013 1:27 pm

Re: Mouse Cursor Disappears After First Dialogue Response

Post by Tony Li »

Thanks for letting me know and posting what was going on.
Post Reply