Placeholder-Software / WetSurfaceDecals

14 stars 2 forks source link

URP Support #29

Open martindevans opened 3 years ago

martindevans commented 3 years ago

Wet Stuff does not currently support URP. A deferred renderer mode for URP is coming soon (2021.2), investigate if Wet Stuff can support it.

pquarantine commented 2 years ago

Is there any update on URP support?

martindevans commented 2 years ago

@TomGillen investigated HDRP support last year (see my comment here for details), unfortunately the conclusion was that it wasn't possible. A large part of the reason for this is that HDRP deliberately hides the GBuffer format (presumably so they can change it in the future) - WetStuff relies completely on reading/writing the GBuffer, so that makes it nearly impossible to implement for HDRP. We haven't investigated URP support yet, but it's likely that URP will hide it's GBuffer format in the same way as HDRP :(

martindevans commented 2 years ago

See update here