daz3d / DazToUnreal

Daz to Unreal Bridge
Apache License 2.0
154 stars 46 forks source link

Version 5.4, after packaging the project, the EXE program cannot run properly. #91

Open songjinxi opened 5 months ago

songjinxi commented 5 months ago

Version 5.4, after packaging the project, the EXE program cannot run properly. Reproduction method:

  1. Create a new UE5.4 third person game template
  2. Enable the "ML Deformer Framework" plugin
  3. Enable the "DazToUnreal" plugin
  4. Package project
  5. Run the packaged game. You will find that the game cannot be run.
dallen9998 commented 5 months ago

Having the same problem. Compiled EXEs do not work. Checked log:

LogPluginManager: Error: Unable to load plugin 'MLDeformerFramework'. It was requested by Enabled plugins in .uproject for , but it has a dependency that is missing on disk. The missing dependency is DeformerGraph (ReferenceChain: MLDeformerFramework -> DeformerGraph). Aborting.

Double checked plugin settings, DeformerGraph is enabled.

greengem commented 2 months ago

@songjinxi @dallen9998 Try putting the plugin folder in Plugins/Marketplace, then disable ml deformer and daz3d, restart and re enable them (ML Deformer first). this worked for me