I have an icon only dialog list (Display type: Icon Only) in my conversation menu and I have enabled the 'Directly navigate during Conversations' option.
When I switch to controller, I am able to select a conversation option using either the d-pad or the left stick, but I have noticed that the right stick still controls the (hidden) cursor that displays the hotspot label of the selected conversation option, thus being able to move it on the screen.
Is there a way (custom or not) that I can have the conversation option hotspot labels appear on a specific point in relation to the selected conversation option and disable the right stick of the controller during conversations?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can use a custom script to lock the cursor, and affect the locked position.
If you're using Unity UI, it's a bit tricky but it should be possible to read which element is selected and extract its screen position. Something along these lines: