hugoattal / DarkerNodes

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

UMG Buttons turn white entirely in non shipping builds sometimes #127

Closed MightyyDan closed 3 years ago

MightyyDan commented 3 years ago

UMG buttons will turn white on hover. This only happens in preview mode though playing in standalone window or a shipping build does not have this issue.

On the video shown, I have not edited the button It's just the default umg button prefab... the issue disapears when darkernodes is disabled so I think It's isolated to an issue with the plugin somewhere idk?

I have also seen this on checkboxes but I cannot reproduce it https://streamable.com/qcqi2a

hugoattal commented 3 years ago

Hum, I though this was fix with this https://github.com/TheHerobrine/DarkerNodes/issues/80, but it seems like it's not quite 100% fixed 🤔... I'll look into it, thanks for the report!

MightyyDan commented 3 years ago

It's very random and can't always reproduce it. I've updated to latest version and running 4.26. Could just be an unreal engine bug but maybe worth checking anyways as I had it before with checkboxes a few weeks ago.

hugoattal commented 3 years ago

image

hugoattal commented 3 years ago

Ok, it was (again) the weird behavior of the garbage collector. It's now fixed!

trdwll commented 3 years ago

I thought it was the way I set up some of my buttons. Glad to know it was the plugin and thanks for fixing it. 😅