com.koiusa.filepicker
v0.1.2
Published
Coroutine-based native file picker and persistent file-library abstraction for Unity Editor, Windows, macOS, and iOS.
Readme
Koiusa File Picker
Provides a small coroutine-based file picker API for Unity Editor, Windows, macOS, and iOS. Application-specific processing such as archive extraction is intentionally handled by the consuming project.
Dependencies
- Unity 6000.3 or newer
- No additional UPM package dependencies
FileLibraryStore provides an optional persistent library of categorized file
references. On iOS it imports files into persistentDataPath; a configurable
category can import a directory tree to preserve sidecar resources. Pass
directoryImportRoot when the directory to preserve is above the selected
file's immediate parent (for example, the root of an extracted model archive).
The selected file's relative path within that root is retained in the imported
library entry.
