So, I’m making a game similar to Progress Bar 95, and I realized that it isn’t possible to make UI blur.
I have achieved a UI Blur effect once, but I could not have a background/wallpaper.
I’m trying to recreate the Windows 7 blur effect:
(Windows 7 Build 7000)
Is this possible?
Thanks.
EDIT:
I was hoping this could be used like CSS
backdrop-filter: blur(4px);
and was also wondering if its possible to have a box-shadow behind the window ingame
There are some community resources for both blurring and adding shadows to ui. Keep in mind that the blur uses viewport frames which may affect performance, use sparingly. This also means that it can not blur other UI objects.