NegInfinity / ProjectExodus

Project Exodus - Unity to Unreal scene/project transfer tool.
BSD 3-Clause "New" or "Revised" License
491 stars 97 forks source link

Skeeltal Mesh Import broken as of Unreal 4.24 #29

Open NegInfinity opened 4 years ago

NegInfinity commented 4 years ago

Due to the changes in unreal API, currently any attempt to import a scene with a skeletal mesh in it result in a crash with "Assertion failed: LODINfo ... SkeletalMeshRenderData.cpp, line 213"

This is being worked on. Meanwhile a clumsy workaround is to remove skeletal meshes from the scene prior to export.

MaksimsZigunovs commented 4 years ago

Can not import into UE4.25.

unuichi commented 2 years ago

I need to convert my character models created in Unity to UE4. I want to avoid this problem. Is it possible to fix the problem?