Skip to content

Export function crashes Unity editor 2019.4 LTS #4

@ghost

Description

AssimpContext exporter = new AssimpContext();
exporter.ExportFile(scene, "savePath", "objnomtl");
ExportDataBlob blob = exporter.ExportToBlob(scene, "objnomtl");

both these methods crash Unity no matter how I try and save these in the Unity Editor (saving to StreamingAssets).
writing bytes with streamwriter and with File.Create() both fail, although I think the issue is with the implementation in the DLL.

How does the unmanaged DLL try to save the files? Can the wrapper be written differently to save the file the way you would in Unity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions