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!