#AssetStore #unity #unity3d #new #asset #gamedev #indiedev #GameContentShopper

Publisher

DevEloop Team

Please Note

This entry is from Tuesday May 14, 2024. The price of the asset may have changed since then.
Please visit our homepage for recent offers and sales. Official and private Unity Asset Store™ sales usually last about 14 days.

Overview

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();
X