Open Starkium opened 3 years ago
Hello, I'm very sorry for that... Could you please provide me a minimum example so that I can reproduce and make sure that what I change fix the issue?
so i am getting errors with packaging and darker nodes in ue5.0.1. i tihnk it stems from placing darker nodes in the plugins folder of a project and not installed on the engine. if installed on the engine darker nodes causes no packaging errors.
to test copy the darker nodes folder from engine and place it into plugins folder in a project (project/plugins). remove darker nodes from engine then try to package.
The UE5.0 have a list of weird bugs relating to plugins...
I'll try to reproduce this and see how I can fix it. I'll probably end up encapsulating everything in a big #if I guess...
Plugin should have #if editor conditionals to make sure that the plugin doesn't attempt to compile/package with the game. This is causing errors for my project.