Using ExportFile method always results to a crash, regardless the format I am exporting to:
using var ctx = new AssimpContext(); ctx.ExportFile(new Scene(), fileName, "obj");
Exception:
System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'
I am using .Net Core 3.1 and AssimpNet 4.1.0.