It's now possible to use MSAA to render the UI using the HDRP Camera UI component.
- A new
msaa
field allows you to choose how many samples you want. - The msaa field is ignored when a target texture is assigned to the UI camera. In this case to enable MSAA, you need to enable it on the RenderTexture assigned to the camera instead.