Megafunk / MassSample

My understanding of Unreal Engine 5's experimental ECS plugin with a small sample project.
MIT License
681 stars 112 forks source link

Package Builds Fail to load with Plugin Enabled #45

Closed Edstub207 closed 1 year ago

Edstub207 commented 1 year ago

Hello!

We have an issue with the plugin being enabled, we've tested a couple of changes to try and get it working but had no luck. But whenever we build a package build (With the plugin enabled) it fails to launch with the following error: image

It's not super critical for us, but it would be nice to have the plugin enabled by default.

Megafunk commented 1 year ago

"EnabledByDefault": true, is now in the .uplugin Not sure if this is exactly your issue. Perhaps my modules are set up poorly for non editor builds? I can try it out soon.

Megafunk commented 1 year ago

Gonna clean this one up, let me know if I made any other goofs