FNG Question: Click to Move and the Dialogue System
Posted: Mon Sep 25, 2023 12:03 am
I am using a mouse-click to move scheme for my isometric RPG. The dialogue system breaks my interaction upon loading, and I am unable to use the script (losing my mouse cursor and all mouse input).
Is there a way to preserve the raycast functionality of my script? My goal is to block navigation raycasts when participating in conversations, restricting all mouse interaction to the Dialogue System conversation UI, and then resuming my click-to-move interaction with the environment after. It seems to me this should be fairly easy, no? Perhaps with selectors or using some kind of raycast layer mask? I feel like I am missing something.
I should mention my click-to-move script is also dependent on navmesh.
Ideally, I would like to keep the game running during conversations so I may trigger emote animations for each actor.
Thanks in advance.
Is there a way to preserve the raycast functionality of my script? My goal is to block navigation raycasts when participating in conversations, restricting all mouse interaction to the Dialogue System conversation UI, and then resuming my click-to-move interaction with the environment after. It seems to me this should be fairly easy, no? Perhaps with selectors or using some kind of raycast layer mask? I feel like I am missing something.
I should mention my click-to-move script is also dependent on navmesh.
Ideally, I would like to keep the game running during conversations so I may trigger emote animations for each actor.
Thanks in advance.