UnityStandaloneFileBrowser
UnityStandaloneFileBrowser copied to clipboard
A native file browser for unity standalone platforms
When attempting to open the folder dialog on WebGL, I get this error in my browser's JavaScript Console: MethodAccessException: Attempt to access method 'SFB.IStandaloneFileBrowser.OpenFolderPanelAsync' on type '' failed. Here's a...
I'm a long time user of this plugin and I've just faced some problems porting my apps to the new AppleSilicon architecture. This commit simply upgrades the project version to...
StandaloneFileBrowser.SaveFilePanel and StandaloneFileBrowser.OpenFilePanel calls seem to give Chrome on Windows 10 a "Memory access out of bounds" error that freezes the WebGL player for Unity and, obviously, doesn't open a...
I suspect the error indicates this package is not compatible with Unity 2021.3. However I have figured out how to work around it by importing a different version of System.Windows.Forms....
After installing the package I get these errors: `Assembly 'Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll' will not be loaded due to errors: Reference has errors 'unityplastic'.` `Assembly 'Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/unityplastic.dll' will not be loaded due to errors:...
This PR fixes #43. **Technical details**: The original code loads GTK+ inside the Unity process. It causes the `gtk_init` function to hang in a deadlock (See the backtrace [here](https://github.com/gkngkc/UnityStandaloneFileBrowser/issues/43#issuecomment-864010542)). I...
 use : StandaloneFileBrowser.SaveFilePanel If I save in new file all ok
Getting this error in my MacOS mono build; DllNotFoundException: StandaloneFileBrowser SFB.StandaloneFileBrowserMac.OpenFilePanel (System.String title, System.String directory, SFB.ExtensionFilter[] extensions, System.Boolean multiselect) (at Assets/StandaloneFileBrowser/StandaloneFileBrowserMac.cs:44) SFB.StandaloneFileBrowser.OpenFilePanel (System.String title, System.String directory, SFB.ExtensionFilter[] extensions, System.Boolean multiselect)...
ArgumentException: The Assembly Mono.WebBrowser is referenced by System.Windows.Forms ('Assets/StandaloneFileBrowser/Plugins/System.Windows.Forms.dll'). But the dll is not allowed to be included or could not be found.
after review this [page](https://answers.unity.com/questions/158983/how-do-you-load-systemdrawingdll-and-gdiplusdll-on.html?fbclid=IwAR1z-GRSl_jgot3xYv1iR-_jcr6ceJT2CPqM7j9iSMzsRtp8INBwgINjptY): I try to find /Library/Frameworks/Mono.framework/ to confirm my framework version, but I can only find /System/Library/Frameworks and no Mono.framework exist in Frameworks folder. Is my path...