anonymous2585

Results 5 comments of anonymous2585

@shiena Were you able to use [OpenFileDialog](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.openfiledialog?view=windowsdesktop-8.0) with System.Windows.Forms.dll? Even with only this simple code, I have the following exception (Unity 2023.2.7f1 and 2023.2.12f1): ```C# using System.Windows.Forms; public class WindowsFileBrowser...

Thanks a lot! With your project, I understood why I had the issue. My **System.Windows.Forms.dll** file comes from the .NET Framwork (version 4.8.4494.0, 5,64Mo) while yours is from Mono (version...

Updated my project to 2023.2.20f1 and I confirm the issue is gone for me 😀

@atteneder Can you please take a look at this issue? It affects people using draco exports, and the fix seems pretty easy.

I have the same issue with Unity 2023.2.20f1 and MRGT 0.7.0 and a linear color space.