Gaze cursor

Hi!! I have a gaze interaction with an object and when i render the project i can’t see the cursos. Does anyone know how i can make the linetrace visible or at least the pointer visible?? Thanks!!!

are you talking about in a packaged build?

to make the cursor visible you should be able to just get your player controller and set show mouse cursor to true (can also be done in the player controller class defaults).

as for making the line trace visible, well that can only be done in the editor by setting the draw debug type. of course you could probably come up with a solution to spawn a mesh or something that extends from the start to end point if needed in a packaged build.