Hi,
I have to save my user Question and answers as the PDF on opening windows File explorer window default mouse cursor is not visible on zSpace builds. How can I fix it.
Assuming that you are using zCoreās ZMouse input. Then you will want to disable it in the moment before summoning the file explorer window. When the user has finished using the explorer window and dismisses it to bring focus back to the Unity app, re-enable the ZMouse. Under the hood, ZMouse calls Cursor.visible = true/false when being enabled/disabled.