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
Couple things I noticed on 5.2:
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.
SkeletalMeshReductionplugin, and crashes on a check atSkeletalMeshReductionPlugin.cpp, line 2072, which reads:check(BaseLOD < LODIndex);To note, I applied the build fix at #65