Windows mouse is not visible

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.

Working on invoking OnApplicationfocus(Bool bool)
Thanks @Alex