Skip to content

Importing issues on 5.2 - Import window & Crash #70

@deanvaessen

Description

@deanvaessen

Couple things I noticed on 5.2:

  • Epic's interchange format plugin and the legacy GLTF importer plugins have to be disabled, otherwise they override the import window.
    This is problematic because the MeshPainting plugin relies on these, and you therefore need to disable it too to get the import window to pop up.
  • I seem to hit a crash upon import. The callstack points out that upon import, Unreal calls the engine's SkeletalMeshReduction plugin, and crashes on a check at SkeletalMeshReductionPlugin.cpp, line 2072, which reads:
    check(BaseLOD < LODIndex);

To note, I applied the build fix at #65

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions