gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.01k stars 317 forks source link

DllNotFoundException in mac unity #124

Open PadmajaChowgoni opened 1 year ago

PadmajaChowgoni commented 1 year ago

DllNotFoundException: StandaloneFileBrowser assembly: type: member:(null) SFB.StandaloneFileBrowserMac.OpenFilePanelAsync (System.String title, System.String directory, SFB.ExtensionFilter[] extensions, System.Boolean multiselect, System.Action1[T] cb) (at Assets/StandaloneFileBrowser/StandaloneFileBrowserMac.cs:54) SFB.StandaloneFileBrowser.OpenFilePanelAsync (System.String title, System.String directory, SFB.ExtensionFilter[] extensions, System.Boolean multiselect, System.Action1[T] cb) (at Assets/StandaloneFileBrowser/StandaloneFileBrowser.cs:76) SFB.StandaloneFileBrowser.OpenFilePanelAsync (System.String title, System.String directory, System.String extension, System.Boolean multiselect, System.Action`1[T] cb) (at Assets/StandaloneFileBrowser/StandaloneFileBrowser.cs:64)

We are facing this error in editor but it is working in mac build. Help us to resolve this error. Thanks in advance

josefgrunig commented 1 year ago

Same issue here. Any hint?

DeveloperJake1 commented 1 year ago

Same here

AQaddora commented 1 year ago

Did you make this work?

PadmajaChowgoni commented 1 year ago

Did you make this work?

We couldn't find anything

Redstoneinvente commented 7 months ago

Any news?

cnjssj commented 6 months ago

Any update?