mob-sakai / UIEffect

UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
https://github.com/mob-sakai/UIEffect
MIT License
5.62k stars 773 forks source link

UICaptured EffectImage: ignore blur for ui elements #177

Open antim0118 opened 5 years ago

antim0118 commented 5 years ago

Describe the question UICaptured EffectImage captures UI elements. How to exclude blur from UI elements?

Environment:

mob-sakai commented 5 years ago

Hi @antimYT UICapturedEffectImage captures the screen of the previous frame. After capturing, please activate the UI element in front of UICapturedEffectImage.

antim0118 commented 5 years ago

It is always in front of UI element.

Thats what i mean uiproblem

mob-sakai commented 5 years ago

Hmm...? I would like to know more information. Can you attach a minimal repro project for this question?