Robinseibold / Unity-URP-Outlines

A custom renderer feature for screen space outlines
MIT License
590 stars 51 forks source link

RenderTexture.Create failed: colorFormat & depthStencilFormat cannot both be none. #29

Open Jaakk0S opened 9 months ago

Jaakk0S commented 9 months ago

Said error message spams the log on 2021.3.32f1. I fixed in a fork by adding said parameters to the render texture descriptors. I can create a PR if I you give me rights.

adrian-miasik commented 9 months ago

Heya,

(just passing by)

I always love to see changes being pushed back upstream. Though you don't specifically need rights to this repo. You can make changes to your fork and point your PR to this repo. Or you can follow the handy GitHub buttons on your forked version. I took a couple screenshots for you:


Once you have changes to your fork, this dropdown should appear:

contribute-0


contribute-1

Jaakk0S commented 9 months ago

Hey thanks you, I made the PR. Found the button with your help.

adrian-miasik commented 9 months ago

Awesome, glad to hear it! :)