nativefileso icon indicating copy to clipboard operation
nativefileso copied to clipboard

Unity - Native file dialogs and file type associations on Windows, macOS, iOS and Android

Results 6 nativefileso issues
Sort by recently updated
recently updated
newest added

hi, I've just started trying out your package on an M1 Mac with native unity editor. when running in the editor im getting DllNotFoundException exception ``` DllNotFoundException: NativeFileSOMac assembly: type:...

I'm trying to find out why some of my customers on Android getting these errors, perhaps you can help? In the Google Play Console it says: Type java.lang.RuntimeException java.lang.RuntimeException: at...

The following statements generate an error: ``` NativeFileSO.shared.OpenFile(SupportedFilePreferences.supportedFileTypes, delegate (bool fileWasOpened, OpenedFile file) { /* do something */ }); ``` Getting this error: ``` ArgumentException: Value must be a Com...

Hi, first of all thanks for sharing your project. Excellent work done by you. I can open custom files with my app now. The only downside I feel is the...

Great job of making this plugin! But I think there's a problem: opening a very big file may cause app to crash, because it loads the entire file into memory....

NativeFileSOiOS tries to call a function pluginSetCallback from the embedded library, but it's unable to find it and dies upon game launch. ``` Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000,...