Blur Effects #226
adgray1
announced in
Announcements
Replies: 1 comment
-
|
This looks great! But I wanna ask whether this is supported in VR (like in Oculus). There are a lot of Blur assets in Unity, but none of them works on VR... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
With the release of Nova v2.1.0, we're excited to introduce out-of-box support for background blurs, layer blurs, and a range of color filters in the Nova asset with the new
BlurEffectcomponent!BlurEffects.mp4
Here's a link to the overview in our documentation, and we created a brief YouTube tutorial to help people get started with the basic setup.
Because creating a background blur visual effect is dependent on having the background scene content rendered to a Render Texture, which often involves creating properly configured Render Texture assets, additional camera management, etc., we've also included the
BackgroundBlurGrouputility component in this release to help streamline the setup - all covered in the tutorial.Check out the new UIBlur.unity scene if you're just interested in figuring it out yourself and/or playing around with the effects!
Beta Was this translation helpful? Give feedback.
All reactions