You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a couple comments previously on another issue about world space UI, but I missed couple things, which I'd like to clarify. I am new to Unity so I didn't realize Screen Space - Camera is exactly the same as Screen Space - Overlay when a RenderCamera isn't specified. I didn't specify one so I assumed this effect worked well with it. Unfortunately, it doesn't. Screen Space - Camera allows for rendering emissive materials on UI elements and showing models in UI: This is not possible if a RenderCamera isn't specified; however, if it is specified, the blur effect will not work. This suggests SuperBlur only supports Screen Space - Overlay.
The text was updated successfully, but these errors were encountered:
I wrote a couple comments previously on another issue about world space UI, but I missed couple things, which I'd like to clarify. I am new to Unity so I didn't realize
Screen Space - Camera
is exactly the same asScreen Space - Overlay
when aRenderCamera
isn't specified. I didn't specify one so I assumed this effect worked well with it. Unfortunately, it doesn't.Screen Space - Camera
allows for rendering emissive materials on UI elements and showing models in UI: This is not possible if aRenderCamera
isn't specified; however, if it is specified, the blur effect will not work. This suggestsSuperBlur
only supportsScreen Space - Overlay
.The text was updated successfully, but these errors were encountered: