Hi
Getting a strange project specific error
DllNotFoundException: gdiplus.dll
System.Drawing.GDIPlus…cctor ()
on the following line
var paths = StandaloneFileBrowser.OpenFilePanel(Title, Directory, _filterList, Multiselect);
This is the class I am using
Not sure why this error has cropped up since the browse button was working before. Am I missing a dll or??
I’m on a Mac
fizzd
2
Just wanted to say that we’re getting the exact same error, on a Mac, and using that same class. Searching the error line brought me here.
fizzd
3
Just adding: the fix was simply to change the build settings to Mac!
Similar error on Android while using the class “System.Drawing”.Is there a solution?
Same here, after imported the dll file System.Drawing I wasn’t able to use it