Description:
Streamline your Windows application's file selection process with our plugin, offering a seamless native file selection dialog. Presented as a convenient pop-up window, this tool enhances user experience by providing a familiar interface for navigating and selecting files and directories effortlessly.
Supported platforms:
* Windows (Editor + Standalone)
Example of usage:
string selectedFilePath = FileDialogUtils.OpenFileDialog();
string selectedDirectoryPath = FileDialogUtils.OpenDirectoryDialog();