Mouse pointer stuck to a UI button

I will need to access files/folders on the disk during runtime. I attempted using a Unity plugin ‘StandaloneFileBrowser’ that allows using system file open dialog boxes within the app. I created a uGUI button created via hierarchy >> UI >> Button. Upon clicking the button during runtime, the file dialog opens but the mouse pointer isn’t available anymore. It seems like the pointer is stuck at the Button. Is it possible to move the mouse pointer away from the button and interact with Windows File open dialog box using a zSpace setting?

I am using zCore 6.3.1.1

Thanks!

Hey Vijaykiran,

The ZMouse hides the actual system mouse cursor and replaces it with a unity-based imitation. To work around this, disable the ZMouse just before summoning the file browser. This will restore the system mouse cursor. Then re-enable the ZMouse when use of the file browser is completed and focus is restored to the unity app itself.

Alex S