Drawing Shapes to Render Textures
Is there an online example of the render textures working to share? I have followed your super helpful article on rendering shapes to render textures, but nothing outputs to the render texture.
Reporting a bug? please specify Unity version:
Reporting a bug? please specify Shapes version:
Reporting a bug? please specify Render Pipeline:
HDRP
Thanks! Turns out HDRP defaults to rendering image frames in the R11G11B10 format which does not include an alpha channel. Changed this to R16G16B16A16, and it fixed my setup.