K
K
Konstantin Korobkov2021-03-27 18:00:59
Graphic arts
Konstantin Korobkov, 2021-03-27 18:00:59

How to create a semi-transparent cloudy texture?

How do I create a semi-transparent texture with cloudiness? I know that you can adjust the alpha channel, but I don't understand how to make the image behind blurry.
How it should be
605f473391af6988508897.png
How it is now
605f476860e94481511664.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pashara, 2021-03-27
@tormund31

This effect is called blur (Gaussian Blur is used quite often)
For UI, there are several variations of shaders. Mobile phones get warm from it and artifacts were noticed on some versions of the iphone.
https://forum.unity.com/threads/solved-dynamic-blu...
In general, if the backdrop does not move under the UI, it's better to bake (in the same runtime) the backdrop into a RAW texture and place it already, instead of recalculating the blur every frame.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question