Darker Nodes - Modern theme for the Unreal Editor

@Lionard Wow, was not expecting this… Seems like it can’t find the images of the theme. I’m really sorry for this, but it shouldn’t be too difficult to solve it.

  • What OS are you using?
  • Do you use C++ in your project?
  • What happens if you copy/paste the plugin directly under the plugin folder of your project? (if you don’t know how to do that, I’ll explain it step by step)
  • Can you find and open the images in UE_4.26\Engine\Plugins\Marketplace\DarkerNodes\Resources\Theme ?
  • Could you test some C++ code? If yes, could you log this string?

#include “Interfaces/IPluginManager.h”
IPluginManager::Get().FindPlugin(TEXT(“DarkerNodes”))->GetBaseDir()

EDIT: Also, do you have a really long path to your project? Or some special characters in the path?