We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, When I do a build/Package Project, I have to disable Darker Node every time. Otherwise, I get this error, and the build fails every time.
Error: Can't map virtual shader source path "/DarkerNodes/CenterUVs.usf" Error: Can't map virtual shader source path "/DarkerNodes/Panel.usf" Error: Can't map virtual shader source path "/DarkerNodes/HeaderBox.usf" Error: Can't map virtual shader source path "/DarkerNodes/ButtonCut.usf" Error: Can't map virtual shader source path "/DarkerNodes/Button.usf" Error: Can't map virtual shader source path "/DarkerNodes/Box.usf" Packaging (Windows): BUILD FAILED Error: Unknown Cook Failure
Version 5.4 Plugin version 3.4
The text was updated successfully, but these errors were encountered:
Hello, and sorry for this...
I managed to reproduce the problem, I'm working on it!
Sorry, something went wrong.
Seems like a bug introduced in the Unreal Engine v5.4...
To fix it, I'll have to set the plugin type to Editor (where it should be EditorNoCommandlet).
type
Editor
EditorNoCommandlet
If hope it does not affect a lot of people, the fix will be shipped in the next version, available in a couple of days!
In the meantime, you can change this value in the Plugins/DarkerNodes/DarkerNodes.uplugin file.
Plugins/DarkerNodes/DarkerNodes.uplugin
No problem! Thank you for replying soo fast. You're the best. Thanks
hugoattal
No branches or pull requests
Hi,
When I do a build/Package Project, I have to disable Darker Node every time. Otherwise, I get this error, and the build fails every time.
Version 5.4
Plugin version 3.4
The text was updated successfully, but these errors were encountered: