brumenn / FlatNodes

A minimalist style for Unreal Engine graph nodes.
MIT License
81 stars 16 forks source link

Nodes are white out of box #4

Closed ramentonkatsu closed 2 years ago

ramentonkatsu commented 2 years ago

After installing plugin for UE5 and enabling it, nodes are all white and unreadable. Is there something I need to change?

brumenn commented 2 years ago

What's your OS ? Are you on Windows ? Do you use any other styling plugin ?

ramentonkatsu commented 2 years ago

What's your OS ? Are you on Windows ? Do you use any other styling plugin ?

OS is Windows 10 and I do not have another styling plugin. Also running Unreal Engine 5.0.1

brumenn commented 2 years ago

Have you got the same problem with the marketplace version ?

douglaslassance commented 2 years ago

I'm also having this in 4.27. I don't think it's 5 related.

ramentonkatsu commented 2 years ago

Have you got the same problem with the marketplace version ?

I am using the marketplace version, I'll try the github version to see if that works.

Metal-666 commented 2 years ago

I am facing the same problem (I'm using the marketplace version of the plugin) Opened a project today - everything is fine Closed, added a new plugin, removed a few I wasn't using, opened again UI in blueprint editor is broken now Tried removing the plugin from the engine and adding back - no difference

OS: Windows 11, Engine version: 5.0.1

Metal-666 commented 2 years ago

Sooo I fixed the problem by adding back one of the plugins I removed - "Quixel Bridge". Is it required for FlatNodes to work?

douglaslassance commented 2 years ago

I'm getting the issue when cloning the GitHub code. It's worth noting that it does not happen all the time. If I restart the engine I might not get it. I did not figure out how to reproduce it accurately yet.

ramentonkatsu commented 2 years ago

Sooo I fixed the problem by adding back one of the plugins I removed - "Quixel Bridge". Is it required for FlatNodes to work?

I did notice that Quixel Bridge was not installed on my engine before I reinstalled. Now it is and the plugin is working properly.

brumenn commented 2 years ago

That's weird, I see no reason why Quixel Bridge should be needed for FlatNodes to work. But cool if this could be a quick fix solution, I will investigate !

Ares9323 commented 1 year ago

Is this really "fixed"? I have quixel bridge installed and this happens randomly!

brumenn commented 1 year ago

Hi, can you tell me more infos about your engine version and where the plugin comes from ? thx

Ares9323 commented 1 year ago

Hi, sure: Plugin is from the Unreal Marketplace, it happens in both 4.27.2 and 5.0.3 As I said, it's kinda random, if I restart the editor sometimes the issue is fixed, sometimes it's not, I couldn't find a pattern to reproduce it.

brumenn commented 1 year ago

I need to update the plugin for 5.1, but it gonna be fine on my end I guess. Honestly, I'm not sure I will be able to reproduce the issue with my config, initially it was due to the fact that I wrote the plugin from a blank code and forgot some required lines like FSlateApplication::Get().GetRenderer()->ReloadTextureResources(); but now it comes from the base template plugin of unreal and I don't see anything that I could have forgotten really .. You are on windows right ?

Ares9323 commented 1 year ago

Yes, Windows 11 22H2, formatted last week so it's a brand new installation (both Unreal and windows) and I used to have this issue on the previous install too.