hugoattal / DarkerNodes

Modern theme for the Unreal editor
50 stars 2 forks source link

Plugin tries to compile/package with game #160

Open Starkium opened 2 years ago

Starkium commented 2 years ago

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.

hugoattal commented 2 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?

robjmeza commented 2 years ago

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.

hugoattal commented 2 years ago

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...