2D Graphics (URP 13) now available with Unity 2022.1 beta

2D Graphics (URP 13) now available with Unity 2022.1 beta
:information_source:
2D Graphics (URP 13) was released with Unity 2022.1! Let’s continue the discussion here!

We’re happy to share that new 2D Graphics features in Universal Render Pipeline (URP) 13 are now available with Unity 2022.1 beta.

What’s new?

  • Blending modes have been added to the Sprite Lit, Sprite Unlit, and Sprite Custom Lit master stacks in Shader Graph. This enables you to create shaders that can blend using alpha, premultiply, additive, and multiply blending modes.
    7686505--969951--BlendModes.png

  • The 2D Pixel Perfect Camera has been enhanced with the addition of a new upscale filter to reduce blurriness.

See the full URP 13 changelog here.

About 2D Graphics in URP
2D features in URP include 2D Renderer, 2D Lights and Shadows; and the 2D Pixel Perfect Camera to support projects with a pixel art style.

Read more about 2D Graphics features in URP here.

Getting Started

  • Install the latest Unity 2022.1
  • Start a new project with the 2D URP Template in Unity Hub.
  • This will ensure that you have installed all the latest major versions for 2D and URP packages in 2022.1.

If you want to add the package manually from Package Manager follow the steps in the setup guide in the manual.

What can you do?
Try it out and let us know what you think of the additions and improvements. We want to know what works as expected, what doesn’t and what is missing.

Hi,When Camera 's type be setted to overlay, and putted in camera stack, there is only gray on screen, and some warning log show as :
CommandBuffer: temporary render texture _CameraColorTexture not found while executing (SetRenderTarget color buffer)
CommandBuffer: temporary render texture _CameraDepthAttachment not found while executing (SetRenderTarget depth buffer)

My Unity Version is 2022.1.0b14.2951, And URP Package Version is 13.1.7

Thanks.

3D URP is perfect . it only be happenned in 2D URP.

1 Like

Hi folks! :slight_smile: 2D Graphics (URP 13) was released with Unity 2022.1! I’m closing and unsticking this thread. Let’s continue the discussion here!